aidxnFUN/docker-compose.yml.example

9 lines
224 B
Plaintext
Raw Normal View History

2024-10-13 13:03:40 -04:00
services:
db:
image: mariadb:latest
environment:
MYSQL_ROOT_PASSWORD: iloveaidxnfun123
MYSQL_DATABASE: aidxnfun
MYSQL_USER: aidxnfun
MYSQL_PASSWORD: iloveaidxnfun
restart: unless-stopped