fixed nginx port
parent
6d318ed17b
commit
585abfc6ef
|
|
@ -3,8 +3,6 @@ version: '3.8'
|
|||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- static-files:/usr/share/nginx/html
|
||||
- webhooks-git-ssh:/root/.ssh
|
||||
|
|
|
|||
Loading…
Reference in New Issue