restart: always
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
container_name: postgres_app
|
container_name: postgres_app
|
||||||
image: postgres:15.5-alpine3.19
|
image: postgres:15.5-alpine3.19
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- bizmatch_volume:/var/lib/postgresql/data
|
- bizmatch_volume:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user