Merge pull request #4 from Koloblicin/patch-1
correct volumes indentation
This commit is contained in:
commit
3bf56e040a
|
@ -7,9 +7,9 @@ services:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
- 9000:9000 # for http
|
- 9000:9000 # for http
|
||||||
volumes:
|
volumes:
|
||||||
- portainer_data:/data
|
- portainer_data:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
Loading…
Reference in New Issue