From e94ae51fc08d6248d40aa50f1e96c76b16e5b2c9 Mon Sep 17 00:00:00 2001 From: Andre Challier Date: Wed, 27 Mar 2024 13:16:07 +0100 Subject: [PATCH] fixed volume declaration --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 13ce273..86b2e43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,16 +6,16 @@ services: ports: - "80:80" volumes: - - static-files: /usr/share/nginx/html - - webhooks-git-ssh: /root/.ssh - - webhooks-git-data: /etc/webhook/ + - static-files:/usr/share/nginx/html + - webhooks-git-ssh:/root/.ssh + - webhooks-git-data:/etc/webhook/ webhooks-git: build: context: ./webhooks-git dockerfile: Dockerfile volumes: - - static-files: /etc/static-files + - static-files:/etc/static-files volumes: static-files: