compose: adapt to changed socket location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
759d7a1ccb
commit
3b36350faf
@ -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
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user