correct volumes indentation

removed spaces to unindent volumes block from ports block
This commit is contained in:
Koloblicin 2023-09-24 15:48:28 +02:00 committed by GitHub
parent 503183cf73
commit 4863e687a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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