Skip to content

Commit 0d4be12

Browse files
committed
chore: restart docker container db.liexp.dev unless stopped
1 parent 3c22d86 commit 0d4be12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
POSTGRES_DB: liexp
2121
VIRTUAL_HOST: db.liexp.dev
2222
VIRTUAL_PORT: 5432
23-
restart: on-failure
23+
restart: unless-stopped
2424
volumes:
2525
- ./services/api/db/dump:/docker-entrypoint-initdb.d
2626
- db-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)