Change port to 84 in docker-compose.yml
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "84:80"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/share/nginx/html:ro
|
- .:/usr/share/nginx/html:ro
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user