From c095200dc79f24c0cd17a2e3ba15c85a2971ea9a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 17 Feb 2026 20:42:02 +0900 Subject: feat: rename iOSDC Japan 2025 references to PHPerKaigi 2026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace all remaining references to the forked event name: - Base path: /iosdc-japan/2025/code-battle/ → /phperkaigi/2026/code-battle/ - Display text and HTML titles - CSS utility class: bg-iosdc-japan → bg-phperkaigi - GitHub Actions submodule path: albatross-swift-2025 → albatross-php-2026 Co-Authored-By: Claude Opus 4.6 --- compose.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose.prod.yaml') diff --git a/compose.prod.yaml b/compose.prod.yaml index b74c804..5b9e346 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -6,7 +6,7 @@ services: volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - files-data:/var/www/files:ro - - frontend-assets:/var/www/iosdc-japan/2025/code-battle:ro + - frontend-assets:/var/www/phperkaigi/2026/code-battle:ro depends_on: api-server: condition: service_started -- cgit v1.3.1