This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
|||||||
image: docker/compose # 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
|
- /var/run/docker.sock:/var/run/docker.sock # Maps named volume 'docker_sock' to container path
|
||||||
- /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path
|
- /home/gary/Discord/Acrybot:/app # Maps named volume 'docker_compose_dir' to container path
|
||||||
commands:
|
commands:
|
||||||
- cd /app
|
- cd /app
|
||||||
|
|||||||
Reference in New Issue
Block a user