From 6eb8d10965cf39bd6be7af6d26f5ff72ffadf0da Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 23 Jan 2025 10:18:49 +0800 Subject: [PATCH] chore: update port mapping in docker-compose --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 04bb4ca..38db1c8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: web: image: songtianlun/today_ai_weather:latest ports: - - "2222:3000" + - "3000:3000" environment: - RAILS_ENV=production - DATABASE_URL=postgresql://postgres:xxx@db:5432/db