reactome / container

:construction: Repository for files for running a Reactome production-like environment inside a docker container. Currently, this project's status is "Work-In-Progress". :construction:
9 stars 4 forks source link

let user choose web port #36

Open SolomonShorser-OICR opened 7 years ago

SolomonShorser-OICR commented 7 years ago

Currently WordPress is available on port 8080, we should probably give users the option to choose a different port (80 would make sense for production environments)

SolomonShorser-OICR commented 7 years ago

Simplest thing to do is just have the WordPress container run on port 80 instead of 8080 (might need to update some rewrite rules and proxy rules that refer to 8080). Configuring all ports for all services is a nice idea, but not necessary.