File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
2626 container_name : roundcubedb
2727 # restart: unless-stopped
2828 volumes :
29- - ./db/postgres:/var/lib/postgresql/data
29+ - ./db/postgres:/var/lib/postgresql # for postgres versions <18 use /var/lib/postgresql /data
3030 environment :
3131 - POSTGRES_DB=roundcube
3232 - POSTGRES_USER=roundcube
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
2626 container_name : roundcubedb
2727 # restart: unless-stopped
2828 volumes :
29- - ./db/postgres:/var/lib/postgresql/data
29+ - ./db/postgres:/var/lib/postgresql # for postgres versions <18 use /var/lib/postgresql /data
3030 environment :
3131 - POSTGRES_DB=roundcube
3232 - POSTGRES_USER=roundcube
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ spec:
114114 ports :
115115 - containerPort : 5432
116116 volumeMounts :
117- - mountPath : /var/lib/postgresql/data
117+ - mountPath : /var/lib/postgresql # for postgres versions <18 use /var/lib/postgresql /data
118118 name : roundcubedb-volume
119119 restartPolicy : Always
120120 serviceAccountName : " "
You can’t perform that action at this time.
0 commit comments