fixed nginx port

main
Andre Challier 2024-03-27 13:24:06 +01:00
parent 6d318ed17b
commit 585abfc6ef
1 changed files with 0 additions and 2 deletions

View File

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