mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Merge pull request #4 from Koloblicin/patch-1
correct volumes indentation
This commit is contained in:
commit
3bf56e040a
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue