Synology
Closed this issue · 2 comments
ZillowwCode commented
Hello!
Little question here, would it be possible for me to clone this repo via ssh in my synology and then run the docker command to pull all the containers? Or is there any other way to do it in a more synology-oriented way?
Feramance commented
You should be able to install docker-compose and then run docker compose up -d
in the terminal where the compose file is located. Fix environment variables and volumes to suit your setup
ZillowwCode commented
@Feramance I'll try that. Thank you!