@@ -1,12 +1,15 @@
version: "3"
services:
mariadb:
- image: jc21/mariadb-aria:latest
+ image: linuxserver/mariadb:latest
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${DATABASE_NAME}
MYSQL_USER: ${DATABASE_USER}
MYSQL_PASSWORD: ${DATABASE_PASSWORD}
+ PUID: ${USER_UID}
+ PGID: ${USER_GID}
+ TZ: ${TZ}
networks:
- drupal_network
restart: unless-stopped
@@ -994,6 +994,21 @@
],
"description": "Drupal CMS. Make sure you run the install script under tools before installing.",
"env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ "label": "PGID",
+ "name": "PGID"
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
{
"default": "",
"label": "MYSQL_ROOT_PASSWORD",