|
@@ -14,7 +14,7 @@ services:
|
|
postgres:
|
|
postgres:
|
|
container_name: safeline-pg
|
|
container_name: safeline-pg
|
|
restart: always
|
|
restart: always
|
|
- image: postgres:15-alpine
|
|
|
|
|
|
+ image: postgres:15.2
|
|
volumes:
|
|
volumes:
|
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|