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