Skip to content

Commit e9d3a83

Browse files
authored
Merge pull request laradock#491 from laradock/bug
fix laradock#490 duplication of key "volumes"
2 parents 047e7f7 + 380eef5 commit e9d3a83

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,12 @@ services:
262262

263263
caddy:
264264
build: ./caddy
265-
volumes_from:
266-
- applications
267-
volumes:
268-
- caddy:/root/.caddy
269265
ports:
270266
- "80:80"
271267
- "443:443"
272268
- "2015:2015"
269+
volumes_from:
270+
- applications
273271
volumes:
274272
- ./caddy/Caddyfile:/etc/Caddyfile
275273
- ./logs/caddy:/var/log/caddy

0 commit comments

Comments
 (0)