Bind different port
This commit is contained in:
parent
6154454011
commit
9993ccc73f
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ services:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 4242:80
|
- 4250:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./dists/:/usr/share/nginx/html/
|
- ./dists/:/usr/share/nginx/html/
|
Loading…
Add table
Reference in a new issue