summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2020-05-11 19:39:29 -0600
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2020-05-11 19:39:29 -0600
commit845adb6ea5df004095943c342728da2d9ce48ed4 (patch)
treee99bd6b10f964cdd5e4b284db4f33dce4cc320d6 /docker-compose.yml
parentb76dbed34e6f01633b3f741f2f1f3e5ee8dca134 (diff)
downloadjthanio-845adb6ea5df004095943c342728da2d9ce48ed4.tar
jthanio-845adb6ea5df004095943c342728da2d9ce48ed4.tar.gz
jthanio-845adb6ea5df004095943c342728da2d9ce48ed4.tar.bz2
jthanio-845adb6ea5df004095943c342728da2d9ce48ed4.tar.lz
jthanio-845adb6ea5df004095943c342728da2d9ce48ed4.tar.xz
jthanio-845adb6ea5df004095943c342728da2d9ce48ed4.tar.zst
jthanio-845adb6ea5df004095943c342728da2d9ce48ed4.zip
change to standard port
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 4f35d22..7f8e41e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -7,4 +7,4 @@ services:
environment:
- PATH=/code/venv/bin:$PATH
ports:
- - "5000:5000"
+ - "8000:8000"