From b47a337a4fc1e47688516361cccb4dcdd8894d3f Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Fri, 5 Sep 2025 19:10:17 +0200 Subject: [PATCH] chore: Add missing dash to compose files --- docker-compose-dev.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 1c330338..e9870f74 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -87,7 +87,7 @@ services: # Using Gravatar directly exposes user IPs and hashed emails to a third party (GDPR risk). # Use a proxy you control for privacy, or leave commented out or empty to disable. - # GRAVATAR_BASE_URL=https://www.gravatar.com/avatar/ + # - GRAVATAR_BASE_URL=https://www.gravatar.com/avatar/ depends_on: postgres: condition: service_healthy diff --git a/docker-compose.yml b/docker-compose.yml index cae21f3b..1e58a8fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -107,7 +107,7 @@ services: # Using Gravatar directly exposes user IPs and hashed emails to a third party (GDPR risk). # Use a proxy you control for privacy, or leave commented out or empty to disable. - # GRAVATAR_BASE_URL=https://www.gravatar.com/avatar/ + # - GRAVATAR_BASE_URL=https://www.gravatar.com/avatar/ depends_on: postgres: condition: service_healthy