fixed volume declaration
parent
604330d367
commit
e94ae51fc0
|
|
@ -6,16 +6,16 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- static-files: /usr/share/nginx/html
|
- static-files:/usr/share/nginx/html
|
||||||
- webhooks-git-ssh: /root/.ssh
|
- webhooks-git-ssh:/root/.ssh
|
||||||
- webhooks-git-data: /etc/webhook/
|
- webhooks-git-data:/etc/webhook/
|
||||||
|
|
||||||
webhooks-git:
|
webhooks-git:
|
||||||
build:
|
build:
|
||||||
context: ./webhooks-git
|
context: ./webhooks-git
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- static-files: /etc/static-files
|
- static-files:/etc/static-files
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
static-files:
|
static-files:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue