adding in rancher in docker compose
This commit is contained in:
@@ -31,3 +31,11 @@ services:
|
||||
- /mnt/registry:/var/lib/registry
|
||||
networks:
|
||||
- nginx
|
||||
rancher:
|
||||
image: rancher/rancher:latest
|
||||
restart: unless-stopped
|
||||
container_name: rancher
|
||||
ports:
|
||||
- 2000:80
|
||||
- 2001:443
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user