fix docker compose services not coming up after reboot
All checks were successful
/ Ansible Lint (push) Successful in 2m18s
All checks were successful
/ Ansible Lint (push) Successful in 2m18s
Fix the issue by adding missing restart configuration to docker compose deployments.
This commit is contained in:
parent
7a9929c66d
commit
8e5b0083b3
4 changed files with 7 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
services:
|
||||
database:
|
||||
image: docker.io/library/postgres:18.3
|
||||
restart: always
|
||||
volumes:
|
||||
- ./database:/var/lib/postgresql
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue