subspace icon indicating copy to clipboard operation
subspace copied to clipboard

Docker Compose File [WIP]

Open benyanke opened this issue 7 years ago • 1 comments

Currently, the readme has a number of docker run commands. Docker compose is a great tool to automate all the needed docker run flags behind a simple docker-compose up. Still work in progress, but wanted to put out in the open.

Tasks

  • [x] Create base docker-compose.yml file
  • [ ] Test file, tweak as needed
  • [ ] Update documentation README.md

benyanke avatar Jan 26 '19 20:01 benyanke

Hi,

Great, the docker create command is less good than a compose file :)

The ports: - "2143:2143/udp" are useless due of the network: host no ?

valentin2105 avatar Feb 28 '19 04:02 valentin2105