mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
remove docker socket mount
This commit is contained in:
parent
b79c10c122
commit
69c2fe19e4
@ -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 New Issue
Block a user