mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 14:00:58 +03:00
Fix incorrect Docker socket path in proxy container
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
environment:
|
||||
- DEFAULT_HOST=${HOST}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- proxy-certs:/etc/nginx/certs
|
||||
- proxy-vhost:/etc/nginx/vhost.d
|
||||
- proxy-html:/usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user