Suppression des doublons
passage à mariadb au lieu de mysql
This commit is contained in:
parent
3f5e022339
commit
f9e7903a4a
@ -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
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
exec apache2-foreground
|
@ -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
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
/root/glpi_init.sh
|
||||
sleep infinity
|
Loading…
Reference in New Issue
Block a user