cp docker-compose.yml.dist docker-compose.yml
You would change the database folder to point to another location than default
one (/var/lib/boot2docker
).
Then:
docker-compose -f /path/to/docker/docker-compose up -d
That's all !
cp docker-compose.yml.dist docker-compose.yml
You would change the database folder to point to another location than default
one (/var/lib/boot2docker
).
Then:
docker-compose -f /path/to/docker/docker-compose up -d
That's all !