compose: don't use docker socket mount
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-08-04 03:22:50 +02:00
parent a10f717a30
commit a1332b1df3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -9,8 +9,6 @@ services:
restart: always restart: always
ports: ports:
- 127.0.0.1:1315:80 - 127.0.0.1:1315:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
logging: logging:
driver: json-file driver: json-file
options: options: