Update docker-compose.yml

This commit is contained in:
2026-01-31 06:26:42 +00:00
parent 52bf3de035
commit fa4c101287

View File

@@ -10,15 +10,3 @@ services:
volumes:
- /data:/data
restart: unless-stopped
hawser:
image: ghcr.io/finsys/hawser:latest
container_name: hawser
ports:
- "2376:2376"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- hawser_stacks:/data/stacks
restart: unless-stopped
volumes:
hawser_stacks: