docker-compose.yml: expose client port (variable PORT_CLIENT_EXPOSE)
This commit is contained in:
parent
5eb0639fbe
commit
c2e383256f
@ -1,6 +1,8 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
client:
|
||||
ports:
|
||||
- ${PORT_CLIENT_EXPOSE}:3000
|
||||
environment:
|
||||
- USE_DEV_COLORS=${USE_DEV_COLORS}
|
||||
- BASE_PATH=${BASE_PATH}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user