fixed volume declaration

main
Andre Challier 2024-03-27 13:16:07 +01:00
parent 604330d367
commit e94ae51fc0
1 changed files with 4 additions and 4 deletions

View File

@ -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: