diff --git a/examples/docker-compose.example.yml b/examples/docker-compose.example.yml index c7e24eb7d..ed5e4068e 100644 --- a/examples/docker-compose.example.yml +++ b/examples/docker-compose.example.yml @@ -14,8 +14,8 @@ services: - DB_NAME=romm # Should match the MYSQL_DATABASE value in the mariadb container - DB_PASSWD= # [Optional] Used to fetch metadata from IGDB - - IGDB_CLIENT_ID= - - IGDB_CLIENT_SECRET= + - CLIENT_ID= + - CLIENT_SECRET= # [Optional] Use SteamGridDB as a source for covers - STEAMGRIDDB_API_KEY= # [Optional] Will enable user management and require authentication to access the interface (default to false)