Skip to content

Commit a557ff3

Browse files
committed
fix(install): url env variable
1 parent 605dce1 commit a557ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/management_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- DRIVE_DISK=fs
1919
- APP_KEY=secretlongpasswordsecret
2020
- HOST=0.0.0.0
21-
- URL=$HOST$PORT
21+
- URL=http://localhost:8080
2222
- DB_HOST=mysql
2323
- DB_PORT=3306
2424
- DB_DATABASE=nomad

0 commit comments

Comments
 (0)