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