Commit e9d3a838 authored by Bo-Yi Wu's avatar Bo-Yi Wu Committed by GitHub

Merge pull request #491 from laradock/bug

fix #490 duplication of key "volumes"
parents 047e7f7c 380eef5f
...@@ -262,14 +262,12 @@ services: ...@@ -262,14 +262,12 @@ services:
caddy: caddy:
build: ./caddy build: ./caddy
volumes_from:
- applications
volumes:
- caddy:/root/.caddy
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"
- "2015:2015" - "2015:2015"
volumes_from:
- applications
volumes: volumes:
- ./caddy/Caddyfile:/etc/Caddyfile - ./caddy/Caddyfile:/etc/Caddyfile
- ./logs/caddy:/var/log/caddy - ./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