Update docker-compose.yaml
This commit is contained in:
parent
021e565ceb
commit
3d7b9d11a9
|
|
@ -6,8 +6,6 @@ services:
|
||||||
- 65000:8000
|
- 65000:8000
|
||||||
- 65001:9443
|
- 65001:9443
|
||||||
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
|
||||||
volumes:
|
|
||||||
portainer_data:
|
|
||||||
Loading…
Reference in New Issue