aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 1c70974..8eb2079 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -8,8 +8,13 @@ services:
- webnet
restart: unless-stopped
ports:
- - "9000:9000"
+ - "19009:9000"
volumes:
- /etc/letsencrypt/archive/blog.terminaldweller.com/:/certs/
+ cap_drop:
+ - ALL
+ environment:
+ - SERVER_DEPLOYMENT_TYPE=deployment
+ - SERVER_LISTEN_PORT=9000
networks:
webnet: