Fix format issue.
This commit is contained in:
parent
833b304002
commit
ed31642cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ services:
|
|||
- DATABASE_URL=mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql:3306/${MYSQL_DATABASE}
|
||||
depends_on:
|
||||
- mysql
|
||||
user: 1004
|
||||
user: "1004"
|
||||
volumes:
|
||||
- ~/astra-logs:/var/log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue