Skip to content

Commit

Permalink
Merge pull request #442 from TerryMathews/master
Browse files Browse the repository at this point in the history
Correct race condition that prevents server from working after reboot
  • Loading branch information
SkywalkerSpace authored Jan 18, 2025
2 parents 0dffcd8 + 2e3daee commit 40dd717
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manual/repo/docker/ce/seafile-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ services:
caddy: ${SEAFILE_SERVER_PROTOCOL:-http}://${SEAFILE_SERVER_HOSTNAME:?Variable is not set or empty}
caddy.reverse_proxy: "{{upstreams 80}}"
depends_on:
- db
- memcached
db:
condition: service_healthy
memcached:
condition: service_started
networks:
- seafile-net

networks:
seafile-net:
name: seafile-net
name: seafile-net

0 comments on commit 40dd717

Please sign in to comment.