container_name changed

This commit is contained in:
Andreas Knuth 2025-07-07 14:13:59 -05:00
parent 65866de63b
commit b556ac8283
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
- postgres
postgres:
container_name: postgres
container_name: email-api-postgres
image: postgres:16
restart: unless-stopped
network_mode: host