Make local dev site port configurable
This commit is contained in:
parent
9ce784c897
commit
6f247bccfa
|
|
@ -21,7 +21,7 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.15
|
image: nginx:1.15
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- ${PORT}:80
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/local/src/wellrested
|
- .:/usr/local/src/wellrested
|
||||||
- ./docker/nginx/site.conf:/etc/nginx/conf.d/default.conf
|
- ./docker/nginx/site.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue