mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:18:31 +02:00
refactor(benchmark): remove unused Docker socket configuration from benchmark service
This commit is contained in:
@@ -103,12 +103,8 @@ services:
|
|||||||
<<: *benchmark
|
<<: *benchmark
|
||||||
build: .
|
build: .
|
||||||
container_name: godoxy-benchmark
|
container_name: godoxy-benchmark
|
||||||
environment:
|
|
||||||
DOCKER_HOST: unix:///var/run/docker.sock
|
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
configs:
|
configs:
|
||||||
- source: godoxy_config
|
- source: godoxy_config
|
||||||
target: /app/config/config.yml
|
target: /app/config/config.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user