mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update docker-compose.yml
This commit is contained in:
parent
ee0bb88ac5
commit
2de82a67cc
1 changed files with 3 additions and 2 deletions
|
@ -14,11 +14,12 @@ services:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
|
container_name: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: super_password
|
MYSQL_ROOT_PASSWORD: super_password
|
||||||
MYSQL_DATABASE: torrentpier
|
MYSQL_DATABASE: database
|
||||||
MYSQL_USER: torrentpier
|
MYSQL_USER: username
|
||||||
MYSQL_PASSWORD: password
|
MYSQL_PASSWORD: password
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue