mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
changed vol path, proxy, u pdated env files, minor fixes
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- "${VOL_PATH:-./config}/portainer:/data"
|
||||
restart: always
|
||||
networks:
|
||||
- portainer-net
|
||||
|
||||
portainer-agent:
|
||||
image: ${PORTAINER_AGENT_IMAGE:-portainer/agent:latest}
|
||||
@@ -22,5 +20,4 @@ services:
|
||||
ports:
|
||||
- 9001:9001
|
||||
restart: always
|
||||
networks:
|
||||
- portainer-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user