update host port to 8080
This commit is contained in:
parent
57ab68aca7
commit
cf7d23f3d4
@ -6,7 +6,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: my-hugo-app:production
|
image: my-hugo-app:production
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "8080:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- NGINX_PORT=80
|
- NGINX_PORT=80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user