Remove SSH_AUTH references in docker compose
It was added in commit 1db5a00ea, probably due to the Capistrano
configuration of the developer who wrote the code. On my machine, docker
compose crashed due to these lines.
This commit is contained in:
@@ -34,10 +34,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/consul
|
- .:/var/www/consul
|
||||||
- bundle:/usr/local/bundle
|
- bundle:/usr/local/bundle
|
||||||
- "$SSH_AUTH_SOCK:/tmp/agent.sock"
|
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
|
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
|
||||||
- SSH_AUTH_SOCK=/tmp/agent.sock
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data: {}
|
db_data: {}
|
||||||
bundle: {}
|
bundle: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user