mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
added log_driver: journald
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user