add nginx example conf
This commit is contained in:
11
rancher/docker-compose.yml
Normal file
11
rancher/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
services:
|
||||
rancher:
|
||||
image: rancher/rancher:stable
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
ports:
|
||||
- "50001:80"
|
||||
- "50002:443"
|
||||
volumes:
|
||||
- ./rancher_volume:/var/lib/rancher
|
||||
Reference in New Issue
Block a user