This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
||||
image: docker/compose # Image with Docker Compose
|
||||
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
|
||||
commands:
|
||||
- cd /app
|
||||
|
||||
Reference in New Issue
Block a user