548bdea5 by Yokihito Oki

docker for mac 対策 volumesにcacheオプション付加

1 parent 607c5c18
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
9 ports: 9 ports:
10 - 8888:80 10 - 8888:80
11 volumes: 11 volumes:
12 - "./app/:/var/www/html" 12 - ./app/:/var/www/html:cached
13 environment: 13 environment:
14 JOOMLA_DB_HOST: joomladb 14 JOOMLA_DB_HOST: joomladb
15 JOOMLA_DB_PASSWORD: example 15 JOOMLA_DB_PASSWORD: example
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!