fix: change port

This commit is contained in:
oat_dev 2024-07-03 09:40:17 +07:00
parent ef4fe8c2c9
commit 9a1363d5d2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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