The stack is still reporting error
This commit is contained in:
@@ -22,14 +22,14 @@ services:
|
||||
hostname: gitea
|
||||
image: gitea/gitea:latest
|
||||
environment:
|
||||
USER_UID: ${USER_UID}
|
||||
USER_GID: ${USER_GID}
|
||||
TZ: ${TZ}
|
||||
GITEA__database__HOST: 'mariadb':3306
|
||||
GITEA__database__USER: ${DATABASE_USER}
|
||||
GITEA__database__PASSWD: ${DATABASE_PASSWORD}
|
||||
GITEA__database__NAME: ${DATABASE_NAME}
|
||||
GITEA__database__DB_TYPE: mysql
|
||||
USER_UID: ${USER_UID}
|
||||
USER_GID: ${USER_GID}
|
||||
TZ: ${TZ}
|
||||
networks:
|
||||
- gitea-mariadb-network
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user