diff --git a/drop/compose.yaml b/drop/compose.yaml index 3b9b24d..d63c383 100644 --- a/drop/compose.yaml +++ b/drop/compose.yaml @@ -4,14 +4,14 @@ services: container_name: ${DROP_COMPOSE_PROJECT_NAME}_app restart: unless-stopped volumes: - - ./drop/rtc_config.json:/config/rtc_config.json:ro + - ./drop/rtc_config.json:/rtc_config.json:ro environment: PUID: 1000 PGID: 1000 TZ: ${TIMEZONE:-Europe/Berlin} RATE_LIMIT: true WS_FALLBACK: false - RTC_CONFIG: /config/rtc_config.json + RTC_CONFIG: /rtc_config.json networks: - compose_network labels: