fixed nginx port
parent
6d318ed17b
commit
585abfc6ef
|
|
@ -3,8 +3,6 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
|
||||||
- "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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue