changed data volume from named volume to local dir

This commit is contained in:
Radar231 2021-09-11 08:35:48 -04:00
parent 4fb3bbedc0
commit 918dcdf8b7
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ services:
# AGENT_SECRET: "xxxxxxx"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
# - portainer_data:/data
- ./data:/data
restart: unless-stopped
ports:
- "8000:8000"