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