mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix(install): url env variable
This commit is contained in:
parent
605dce11e8
commit
a557ff3ad1
|
|
@ -18,7 +18,7 @@ services:
|
|||
- DRIVE_DISK=fs
|
||||
- APP_KEY=secretlongpasswordsecret
|
||||
- HOST=0.0.0.0
|
||||
- URL=$HOST$PORT
|
||||
- URL=http://localhost:8080
|
||||
- DB_HOST=mysql
|
||||
- DB_PORT=3306
|
||||
- DB_DATABASE=nomad
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user