diff --git a/docker-compose.yml b/docker-compose.yml index 16af31b..1e361ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: restart: unless-stopped environment: - CORE_RETURN_HTTPS=false - - CORE_SECRET=changethis + - CORE_SECRET=blehblehbleh2223 - CORE_HOST=192.168.1.33 - CORE_PORT=3000 - CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres