postgres 18 does not work on ubuntu 22
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:18-alpine
|
||||
image: postgres:17
|
||||
restart: always
|
||||
env_file: ./app/.env.db
|
||||
ports:
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
env_file: ./app/.env.web
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "4444:4444"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user