aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/compose.yaml b/compose.yaml
index 7a03b49..328fd56 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -2,7 +2,8 @@ services:
web:
build: .
ports:
- - 8080:8080
+ - 5000:8080
+ restart: always
develop:
watch:
- action: rebuild