Skip to content

Commit 5eedcdd

Browse files
authored
Update docker-compose.typesense.yaml
Change the admin service to only restart on failure, instead of 'always' which may be unpredictable and cause it to always run when Docker starts.
1 parent 2a4ca07 commit 5eedcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.typesense.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
typesense_admin:
2727
container_name: ddev-${DDEV_SITENAME}-typesense-admin
2828
image: ghcr.io/bfritscher/typesense-dashboard:latest
29-
restart: always
29+
restart: "on-failure"
3030
labels:
3131
com.ddev.site-name: ${DDEV_SITENAME}
3232
com.ddev.approot: $DDEV_APPROOT

0 commit comments

Comments
 (0)