added log_driver: journald

This commit is contained in:
2020-12-31 15:50:05 +01:00
parent 4a78089ffc
commit 8d4878d299
7 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
application:
restart: always
image: gitea/gitea:latest
log_driver: journald
environment:
- USER_UID=1000
- USER_GID=1000
@@ -38,6 +39,7 @@
- /etc/localtime:/etc/localtime:ro
database:
image: mariadb
log_driver: journald
environment:
MYSQL_DATABASE: "gitea"
MYSQL_USER: "gitea"