diff --git a/makefile b/makefile index d2a3a87..192189c 100644 --- a/makefile +++ b/makefile @@ -184,4 +184,5 @@ deploy-seafile: pull set +a ;\ docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\ } + # git submodule update --init --recursive \ No newline at end of file diff --git a/swarm/seafile.yml b/swarm/seafile.yml index 662f57e..402c4b5 100644 --- a/swarm/seafile.yml +++ b/swarm/seafile.yml @@ -171,4 +171,4 @@ services: - seafile-network restart: unless-stopped depends_on: - - mariadb \ No newline at end of file + - mariadb