We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf017c0 commit a127ed8Copy full SHA for a127ed8
1 file changed
compose.override.yaml
@@ -72,7 +72,7 @@ services:
72
- ${OL_MOUNT_DIR:-.}:/openlibrary
73
74
db:
75
- image: postgres:${POSTGRES_VERSION:-9.3}
+ image: postgres:${POSTGRES_VERSION:-18.3}
76
networks:
77
- dbnet
78
environment:
@@ -82,10 +82,9 @@ services:
82
volumes:
83
84
# Any files inside /docker-entrypoint-initdb.d/ will get run by postgres
85
- # if the db is empty (which as of now is always, since we don't store the
86
- # postgres data anywhere).
+ # if the db is empty (ie during first run).
87
- ./docker/ol-db-init.sh:/docker-entrypoint-initdb.d/ol-db-init.sh
88
- - ol-postgres:/var/lib/postgresql/data
+ - ol-postgres:/var/lib/postgresql
89
90
covers:
91
build:
0 commit comments