This commit is contained in:
@@ -28,10 +28,10 @@ steps:
|
|||||||
# - docker-compose restart your_bot_service_name
|
# - docker-compose restart your_bot_service_name
|
||||||
# # Define the host paths for the named volumes.
|
# # Define the host paths for the named volumes.
|
||||||
# # These global volume definitions are used by the steps above.
|
# # These global volume definitions are used by the steps above.
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: docker_sock # Refers to the docker_sock volume used in steps
|
- name: docker_sock # Refers to the docker_sock volume used in steps
|
||||||
# host:
|
host:
|
||||||
# path: /var/run/docker.sock # Actual path on your host for the Docker socket
|
path: /var/run/docker.sock # Actual path on your host for the Docker socket
|
||||||
# - name: docker_compose_dir # Refers to the docker_compose_dir volume used in steps
|
- name: docker_compose_dir # Refers to the docker_compose_dir volume used in steps
|
||||||
# host:
|
host:
|
||||||
# path: /home/gary/Discord/Acrybot # Your actual path on the host for docker-compose.yml
|
path: /home/gary/Discord/Acrybot # Your actual path on the host for docker-compose.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user