You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
506 B
20 lines
506 B
version: "3.8"
|
|
services:
|
|
rancher:
|
|
image: rancher/rancher:v2.5-head
|
|
restart: always
|
|
privileged: true
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
volumes:
|
|
- ./data/rancher:/var/lib/rancher
|
|
# rancher-agent:
|
|
# image: rancher/rancher-agent:v2.5-head
|
|
# restart: always
|
|
# privileged: true
|
|
# ports:
|
|
# - 80:80
|
|
# - 443:443
|
|
# volumes:
|
|
# -v ./data/rancher:/var/lib/rancher |