Don't use delegated volumes in Docker
We aren't sure why this option was added; only that it was added with macos and windows developers in mind. Since we aren't sure about it, we're using the default `consistent` option instead.
This commit is contained in:
@@ -34,8 +34,8 @@ services:
|
|||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
# map our application source code, in full, to the application root of our container
|
# map our application source code, in full, to the application root of our container
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/consul:delegated
|
- .:/var/www/consul
|
||||||
- bundle:/usr/local/bundle:delegated
|
- bundle:/usr/local/bundle
|
||||||
- "$SSH_AUTH_SOCK:/tmp/agent.sock"
|
- "$SSH_AUTH_SOCK:/tmp/agent.sock"
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
|
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user