Skip to content

Commit 2210e07

Browse files
author
Evan Champion
committed
docker compose example: add restart: unless-stopped
1 parent 5aaddad commit 2210e07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
- CMD
3535
- pg_isready
3636
timeout: 10s
37+
restart: unless-stopped
3738
# user: 'uid:gid' set a different non-root user to run postgres
3839
volumes:
3940
- /path/to/jellyfin-postgres/postgres-data:/var/lib/postgresql

0 commit comments

Comments
 (0)