mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
f61367ec44
commit
078e9e2c6c
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user