From 110e8eb915c51e8350291346a4c68edbb5746ea9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 28 Apr 2021 13:03:44 +0100 Subject: [PATCH] Bot Updating Templated Files --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 913b75f..a64ab9d 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,15 @@ Compatible with docker-compose v2 schemas. version: "3" services: mysql: - image: mysql:5 + image: linuxserver/mariadb container_name: snipe_mysql restart: always volumes: - - :/var/lib/mysql + - :/config environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/London - MYSQL_ROOT_PASSWORD= - MYSQL_USER=snipe - MYSQL_PASSWORD=