changed docker port
This commit is contained in:
parent
3bead4b9b4
commit
6bcbb19b4a
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "1380:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./www/public:/usr/share/nginx/html:ro
|
- ./www/public:/usr/share/nginx/html:ro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue