mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
7 lines
99 B
Bash
7 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/scripts/swarm-dns.sh &
|
||
|
|
||
|
caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
|
||
|
|