refactor: remove docker.sock from examples/docker-compose.yml - fixes #105

This commit is contained in:
2025-09-30 23:01:29 -07:00
parent ebf0b84a05
commit b16f4a9fb3

View File

@@ -40,7 +40,6 @@ services:
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/config
- ./app:/usr/bin/app
ulimits: