diff --git a/.env.example b/.env.example index 22fff590..fdfe1c9b 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ ACCOUNT_MANAGER_SECRET= # Should be the externally facing IP of your server host EXTERNAL_IP=localhost # Database values -MARIADB_USER=SECRET_VALUE_CHANGE_ME +MARIADB_USER=darkflame MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME MARIADB_ROOT_PASSWORD=SECRET_VALUE_CHANGE_ME -MARIADB_DATABASE=SECRET_VALUE_CHANGE_ME \ No newline at end of file +MARIADB_DATABASE=darkflame \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 519fcce3..c71c8c8f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,8 +29,9 @@ services: - ./migrations/dlu:/docker-entrypoint-initdb.d networks: - darkflame - ports: - - 3306:3306 # (optional) ports only exposed so that DB management tools can connect + # You can expose these so that DB management tools can connect (WARNING: INSECURE) + # ports: + # - 3306:3306 darkflame: container_name: DarkflameServer