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: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "20006:80"
|
- "20006:808"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ http {
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 808;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
location / {
|
location / {
|
||||||
root /app;
|
root /app;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue