chore: update port mapping in docker-compose

This commit is contained in:
songtianlun 2025-01-23 10:18:49 +08:00
parent 97d7930daa
commit 6eb8d10965

View File

@ -4,7 +4,7 @@ services:
web: web:
image: songtianlun/today_ai_weather:latest image: songtianlun/today_ai_weather:latest
ports: ports:
- "2222:3000" - "3000:3000"
environment: environment:
- RAILS_ENV=production - RAILS_ENV=production
- DATABASE_URL=postgresql://postgres:xxx@db:5432/db - DATABASE_URL=postgresql://postgres:xxx@db:5432/db