This commit is contained in:
@@ -11,7 +11,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: restart-bot
|
- name: restart-bot
|
||||||
image: docker/compose:latest # Image with Docker Compose
|
image: docker/compose # Image with Docker Compose
|
||||||
volumes:
|
volumes:
|
||||||
# Using the short syntax to reference globally defined named volumes
|
# Using the short syntax to reference globally defined named volumes
|
||||||
- docker_sock:/var/run/docker.sock # Maps named volume 'docker_sock' to container path
|
- docker_sock:/var/run/docker.sock # Maps named volume 'docker_sock' to container path
|
||||||
|
|||||||
Reference in New Issue
Block a user