chore: update port mapping in docker-compose
This commit is contained in:
parent
97d7930daa
commit
6eb8d10965
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user