update: port 808 to 80

This commit is contained in:
oat_dev 2024-07-11 14:45:40 +07:00
parent e069ebd79f
commit f2b12efd81
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@ services:
build: .
restart: always
ports:
- "20006:808"
- "20006:80"

View file

@ -15,7 +15,7 @@ http {
sendfile on;
keepalive_timeout 65;
server {
listen 808;
listen 80;
server_name localhost;
location / {
root /app;