diff --git a/docker-compose.yaml b/docker-compose.yaml index afc6d8c..c6f8a62 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,8 +6,6 @@ services: - 65000:8000 - 65001:9443 volumes: - - portainer_data:/data + - ./portainer_data:/data - /var/run/docker.sock:/var/run/docker.sock - restart: unless-stopped -volumes: - portainer_data: \ No newline at end of file + restart: unless-stopped \ No newline at end of file