Suppression des doublons

passage à mariadb au lieu de mysql
This commit is contained in:
root 2020-08-06 18:24:28 +02:00
parent 3f5e022339
commit f9e7903a4a
4 changed files with 1 additions and 12 deletions

View File

@ -16,7 +16,7 @@ services:
- db
db:
image: mysql:5.7
image: mariadb
container_name: glpi-db
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: always

View File

@ -1,2 +0,0 @@
#!/bin/sh
exec apache2-foreground

View File

@ -1,6 +0,0 @@
#!/bin/sh
# Touch cron files to fix 'NUMBER OF HARD LINKS > 1' issue. See https://github.com/phusion/baseimage-docker/issues/198
touch -c /etc/crontab /etc/cron.*/* /var/spool/cron/crontabs/*
exec /usr/sbin/cron -f

View File

@ -1,3 +0,0 @@
#!/bin/sh
/root/glpi_init.sh
sleep infinity