chore (service): use explicit name for forgejo db container
This commit is contained in:
parent
ed4a714a64
commit
eb51038270
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
|
container_name: forgejo-db
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=${FORGEJO_MYSQL_ROOT_PASSWORD}
|
- MYSQL_ROOT_PASSWORD=${FORGEJO_MYSQL_ROOT_PASSWORD}
|
||||||
|
|
Loading…
Add table
Reference in a new issue