change port
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8081:80"
|
- "8888:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/usr/share/nginx/html
|
- ./:/usr/share/nginx/html
|
||||||
restart: always
|
restart: always
|
||||||
Reference in New Issue
Block a user