mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-13 08:52:22 +00:00
correct volumes indentation
removed spaces to unindent volumes block from ports block
This commit is contained in:
parent
503183cf73
commit
4863e687a2
@ -7,9 +7,9 @@ services:
|
||||
- 8000:8000
|
||||
- 9443:9443
|
||||
- 9000:9000 # for http
|
||||
volumes:
|
||||
- portainer_data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
volumes:
|
||||
- portainer_data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
proxy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user