chore: use volumes to store data of

- portainer
- headscale
- termix
- uptime-kuma
- dockmon
This commit is contained in:
2026-01-19 23:58:26 +01:00
parent 45ce789f58
commit f18d4d9be4
5 changed files with 14 additions and 14 deletions
+2 -4
View File
@@ -5,7 +5,7 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./portainer_data:/data
- data:/data
ports:
- 9443:9443
# - 8000:8000 # Remove if you do not intend to use Edge Agents
@@ -37,9 +37,7 @@ services:
networks:
- proxy
volumes:
portainer_data:
name: portainer_data
data:
networks:
proxy:
external: true