compose: adapt to changed socket location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2023-01-30 17:22:11 +01:00
parent 759d7a1ccb
commit 3b36350faf
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
2 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ steps:
volumes: volumes:
- name: s - name: s
host: host:
path: /var/run/docker.sock path: /run/docker.sock
--- ---
@ -373,7 +373,7 @@ steps:
volumes: volumes:
- name: s - name: s
host: host:
path: /var/run/docker.sock path: /run/docker.sock
- name: gopath - name: gopath
temp: {} temp: {}
@ -466,6 +466,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: 68fe88e6b65c1a991552ef9e0860d1e6a54bd59185513d93b7d703f982b60851 hmac: e3bcd6a356891e46714a6ed2b57a87328c1edb1a6ca5ae40b8e5aab01b67d5de
... ...

View File

@ -14,7 +14,7 @@ services:
restart: always restart: always
volumes: volumes:
# So that traefik can listen to the Docker events # So that traefik can listen to the Docker events
- /var/run/docker.sock:/var/run/docker.sock:ro - /run/docker.sock:/var/run/docker.sock:ro
healthcheck: healthcheck:
# DON'T # DON'T
# test: "/usr/bin/wget -q -Y off http://localhost:80/about -O /dev/null > /dev/null 2>&1" # test: "/usr/bin/wget -q -Y off http://localhost:80/about -O /dev/null > /dev/null 2>&1"