aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/compose.yaml b/compose.yaml
index 326e830..f1f9879 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -7,7 +7,6 @@ services:
dockerfile_inline: |
FROM nginx:1.31-trixie
ADD fs.tar.gz /
- CMD ["/sbin/cmd.bash"]
environment:
- NGINX__HOST=${NGINX__HOST}
networks:
@@ -17,10 +16,8 @@ services:
ports:
- ${HOST__HTTP_PORT:?}:80
- ${HOST__HTTPS_PORT:?}:443
- tmpfs:
- - /run/secrets:mode=400
volumes:
- - ${HOST__SECRET_DIR:?}:/run/host_secrets:ro
+ - ${HOST__SECRET_DIR:?}:/etc/certs:ro
depends_on:
- cgit
- radicale