diff --git a/manual/repo/docker/ce/env b/manual/repo/docker/ce/env index c780ff1e..b82d5425 100644 --- a/manual/repo/docker/ce/env +++ b/manual/repo/docker/ce/env @@ -10,7 +10,7 @@ SEAFILE_DB_IMAGE=mariadb:10.11 SEAFILE_REDIS_IMAGE=redis SEAFILE_CADDY_IMAGE=lucaslorentz/caddy-docker-proxy:2.9-alpine SEADOC_IMAGE=seafileltd/sdoc-server:1.0-latest -NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:12.0-latest +NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:13.0-latest MD_IMAGE=seafileltd/seafile-md-server:latest ## Persistent Storage diff --git a/manual/repo/docker/notification-server.yml b/manual/repo/docker/notification-server.yml index 3955bf34..dd834187 100644 --- a/manual/repo/docker/notification-server.yml +++ b/manual/repo/docker/notification-server.yml @@ -1,7 +1,7 @@ services: notification-server: - image: ${NOTIFICATION_SERVER_IMAGE:-seafileltd/notification-server:12.0-latest} + image: ${NOTIFICATION_SERVER_IMAGE:-seafileltd/notification-server:13.0-latest} container_name: notification-server restart: always volumes: diff --git a/manual/repo/docker/notification-server/env b/manual/repo/docker/notification-server/env index 2bf9fbab..f52a83bd 100644 --- a/manual/repo/docker/notification-server/env +++ b/manual/repo/docker/notification-server/env @@ -2,7 +2,7 @@ COMPOSE_FILE='notification-server.yml' COMPOSE_PATH_SEPARATOR=',' -NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:12.0-latest +NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:13.0-latest SEAFILE_VOLUME=/opt/seafile-data diff --git a/manual/repo/docker/notification-server/notification-server.yml b/manual/repo/docker/notification-server/notification-server.yml index 7aac0a16..46bfe5b5 100644 --- a/manual/repo/docker/notification-server/notification-server.yml +++ b/manual/repo/docker/notification-server/notification-server.yml @@ -1,7 +1,7 @@ services: notification-server: - image: ${NOTIFICATION_SERVER_IMAGE:-seafileltd/notification-server:12.0-latest} + image: ${NOTIFICATION_SERVER_IMAGE:-seafileltd/notification-server:13.0-latest} container_name: notification-server restart: always volumes: diff --git a/manual/repo/docker/pro/env b/manual/repo/docker/pro/env index eaf45ebd..97087de7 100644 --- a/manual/repo/docker/pro/env +++ b/manual/repo/docker/pro/env @@ -11,7 +11,7 @@ SEAFILE_REDIS_IMAGE=redis SEAFILE_ELASTICSEARCH_IMAGE=elasticsearch:8.15.0 SEAFILE_CADDY_IMAGE=lucaslorentz/caddy-docker-proxy:2.9-alpine SEADOC_IMAGE=seafileltd/sdoc-server:1.0-latest -NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:12.0-latest +NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:13.0-latest #SEASEARCH_IMAGE=seafileltd/seasearch-nomkl:1.0-latest # Apple's Chip for SeaSearch SEASEARCH_IMAGE=seafileltd/seasearch:1.0-latest MD_IMAGE=seafileltd/seafile-md-server:latest