add example compose file

This commit is contained in:
lou 2024-10-13 13:03:40 -04:00
parent 9bcf067f96
commit b88407b8f7

View File

@ -0,0 +1,9 @@
services:
db:
image: mariadb:latest
environment:
MYSQL_ROOT_PASSWORD: iloveaidxnfun123
MYSQL_DATABASE: aidxnfun
MYSQL_USER: aidxnfun
MYSQL_PASSWORD: iloveaidxnfun
restart: unless-stopped