Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2021-04-28 13:03:48 +01:00
parent f61367ec44
commit 078e9e2c6c

View File

@ -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:
- <path to mysql data>:/var/lib/mysql
- <path to mysql data>:/config
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- MYSQL_ROOT_PASSWORD=<secret password>
- MYSQL_USER=snipe
- MYSQL_PASSWORD=<secret user password>