diff --git a/docker-compose.yml.example b/docker-compose.yml.example new file mode 100644 index 0000000..0d826c8 --- /dev/null +++ b/docker-compose.yml.example @@ -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 \ No newline at end of file