fix: change port
This commit is contained in:
parent
ef4fe8c2c9
commit
9a1363d5d2
2 changed files with 2 additions and 2 deletions
|
|
@ -3,4 +3,4 @@ services:
|
|||
build: .
|
||||
restart: always
|
||||
ports:
|
||||
- "20006:80"
|
||||
- "20006:808"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ http {
|
|||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
server {
|
||||
listen 80;
|
||||
listen 808;
|
||||
server_name localhost;
|
||||
location / {
|
||||
root /app;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue