From 8191d04114738590aab8e0bdced48c143dbc3008 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 20 Jan 2026 13:25:55 +0100 Subject: [PATCH] :sparkles: Use non-legacy config example on docker compose file --- docker/images/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 2e9628f613..8076064b94 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -152,9 +152,9 @@ services: # AWS_ACCESS_KEY_ID: # AWS_SECRET_ACCESS_KEY: - # PENPOT_ASSETS_STORAGE_BACKEND: assets-s3 - # PENPOT_STORAGE_ASSETS_S3_ENDPOINT: - # PENPOT_STORAGE_ASSETS_S3_BUCKET: + # PENPOT_OBJECTS_STORAGE_BACKEND: s3 + # PENPOT_OBJECTS_STORAGE_S3_ENDPOINT: + # PENPOT_OBJECTS_STORAGE_S3_BUCKET: ## Telemetry. When enabled, a periodical process will send anonymous data about this ## instance. Telemetry data will enable us to learn how the application is used,