Open tkaefer opened 8 years ago
I do no mind splitting these locations, but this PR contains changes to docker-compose.yml
that would affect current users upgrading: it restricts the network to a specific network and the build statement has been replaced by an image.
This enables a one "image provides all" solution by creating different volumes:
/local
: used to provide therun.sh
script file which is reusable in avolumes_from
directive in docker-compose.yaml/tmp/out
: as output volume where the*.ovpn
config file is located after creationdocker-compose.yaml
example:So no need to have
run.sh
locally available.