refactor(benchmark): remove unused Docker socket configuration from benchmark service

This commit is contained in:
yusing
2026-01-03 02:04:49 +08:00
parent fb040afe90
commit cf6246d58a

View File

@@ -103,12 +103,8 @@ services:
<<: *benchmark
build: .
container_name: godoxy-benchmark
environment:
DOCKER_HOST: unix:///var/run/docker.sock
ports:
- 8080:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
configs:
- source: godoxy_config
target: /app/config/config.yml