This commit is contained in:
parent
88c6d9fbd3
commit
f150903ca2
|
@ -4,4 +4,5 @@
|
|||
'gitea-security-internal-token',
|
||||
'gitea-oauth2-jwt-secret',
|
||||
'gitea-mailer-passwd',
|
||||
'mysql-root-password'
|
||||
]
|
||||
|
|
|
@ -43,7 +43,7 @@ services:
|
|||
volumes:
|
||||
- gitea-data:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: randompassword
|
||||
MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD
|
||||
networks:
|
||||
- appnet
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue