mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
remove volume
This commit is contained in:
parent
d3b2ce7b35
commit
0e364a4efe
1 changed files with 0 additions and 7 deletions
|
@ -4,15 +4,8 @@ name: default
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: compose:alpine-1.27.4
|
image: compose:alpine-1.27.4
|
||||||
volumes:
|
|
||||||
- name: docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
commands:
|
commands:
|
||||||
- ls -la /
|
- ls -la /
|
||||||
- ls -la .
|
- ls -la .
|
||||||
- docker-compose up -f /drone/src/docker-compose.yaml
|
- docker-compose up -f /drone/src/docker-compose.yaml
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: docker_sock
|
|
||||||
host:
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
|
|
Loading…
Reference in a new issue