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