Compare commits
3 Commits
75ca042f40
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8501c80ad6 | |||
| 42e8cb5877 | |||
| 0ed839896c |
+2
-2
@@ -2,8 +2,8 @@ services:
|
|||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
ports:
|
||||||
- "80"
|
- "${APP_PORT:-8080}:80"
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: ${DB_HOST:-db}
|
DB_HOST: ${DB_HOST:-db}
|
||||||
DB_USER: ${DB_USER:-root}
|
DB_USER: ${DB_USER:-root}
|
||||||
|
|||||||
Reference in New Issue
Block a user