Merge pull request #4 from Koloblicin/patch-1

correct volumes indentation
This commit is contained in:
tehNooB 2023-09-25 15:26:57 +01:00 committed by GitHub
commit 3bf56e040a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: