kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
f504c36020
commit
9128dd7270
|
@ -48,12 +48,15 @@ Compatible with docker-compose v2 schemas.
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: linuxserver/mariadb
|
||||||
container_name: snipe_mysql
|
container_name: snipe_mysql
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- <path to mysql data>:/var/lib/mysql
|
- <path to mysql data>:/config
|
||||||
environment:
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/London
|
||||||
- MYSQL_ROOT_PASSWORD=<secret password>
|
- MYSQL_ROOT_PASSWORD=<secret password>
|
||||||
- MYSQL_USER=snipe
|
- MYSQL_USER=snipe
|
||||||
- MYSQL_PASSWORD=<secret user password>
|
- MYSQL_PASSWORD=<secret user password>
|
||||||
|
|
Ładowanie…
Reference in New Issue