Skip to content

Commit 76afeed

Browse files
authored
Merge pull request laradock#308 from francislavoie/patch-3
Fixes laradock#305
2 parents 1b88c2c + 16b6223 commit 76afeed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ services:
234234
build: ./caddy
235235
volumes_from:
236236
- volumes_source
237+
- volumes_data
237238
ports:
238239
- "80:80"
239240
- "443:443"
@@ -307,6 +308,7 @@ services:
307308
- ./data/mongo:/data/db
308309
- ./data/aerospike:/opt/aerospike/data
309310
- ./data/sessions:/sessions
311+
- ./data/caddy:/root/.caddy
310312
- ./data/elasticsearch/data:/usr/share/elasticsearch/data
311313

312314
### Add more Containers below ###############################

0 commit comments

Comments
 (0)