Bind different port

This commit is contained in:
Korbs 2024-12-12 21:00:13 -05:00
parent 6154454011
commit 9993ccc73f

View file

@ -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/