remove docker socket mount
This commit is contained in:
parent
b79c10c122
commit
69c2fe19e4
1 changed files with 0 additions and 8 deletions
|
@ -21,9 +21,6 @@ steps:
|
|||
|
||||
- name: run federation tests
|
||||
image: docker/compose:alpine-1.27.4
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- cd docker/travis/
|
||||
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
||||
|
@ -62,8 +59,3 @@ services:
|
|||
environment:
|
||||
POSTGRES_USER: lemmy
|
||||
POSTGRES_PASSWORD: password
|
||||
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue