From 078e9e2c6c29a34e2c276c021efce4123f7489be Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 28 Apr 2021 13:03:48 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-snipe-it.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/images/docker-snipe-it.md b/images/docker-snipe-it.md index 382875cf00..816416d3ed 100644 --- a/images/docker-snipe-it.md +++ b/images/docker-snipe-it.md @@ -48,12 +48,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=