Commit 380eef5f authored by Bo-Yi Wu's avatar Bo-Yi Wu

fix #490 duplication of key "volumes"

Signed-off-by: 's avatarBo-Yi Wu <appleboy.tw@gmail.com>
parent b62d9bcb
......@@ -261,14 +261,12 @@ services:
caddy:
build: ./caddy
volumes_from:
- applications
volumes:
- caddy:/root/.caddy
ports:
- "80:80"
- "443:443"
- "2015:2015"
volumes_from:
- applications
volumes:
- ./caddy/Caddyfile:/etc/Caddyfile
- ./logs/caddy:/var/log/caddy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment