fix: change PostgreSQL service restart policy to 'unless-stopped'
This commit is contained in:
parent
aa0f506dbf
commit
41616e2c05
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dokploy-network
|
||||
expose:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue