Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b82c828058 |
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
dashboard:
|
||||
build: ./
|
||||
ports:
|
||||
- ${DASHBOARD_PORT:-3000}:3000
|
||||
environment:
|
||||
MYSQL_HOST: ${MYSQL_HOST:-mysql}
|
||||
MYSQL_PORT: ${MYSQL_PORT:-3306}
|
||||
|
||||
Reference in New Issue
Block a user