Ajout de directive restart sur db/postgres
This commit is contained in:
parent
028475a506
commit
6cd923e7ba
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ services:
|
|||
|
||||
db:
|
||||
image: postgres:14
|
||||
restart: always
|
||||
volumes:
|
||||
- {{ docker_healthchecks_data_dir }}/{{ docker_healthchecks_service_id }}/postgresql-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue