add example compose file
This commit is contained in:
parent
9bcf067f96
commit
b88407b8f7
9
docker-compose.yml.example
Normal file
9
docker-compose.yml.example
Normal 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
|
Loading…
x
Reference in New Issue
Block a user