Skip to content

Commit 28bf019

Browse files
Keonik1missytake
authored andcommitted
Fix issue with acmetool
- #614 (comment)
1 parent 209a3cc commit 28bf019

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/docker-compose-default.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ services:
4343
## system
4444
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
4545
- ./:/opt/chatmail
46-
- ./data/acme:/var/lib/acme
4746

4847
## data
4948
- ./data/chatmail:/home

docker/files/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -eo pipefail
33

4+
unlink /etc/nginx/sites-enabled/default
5+
46
SETUP_CHATMAIL_SERVICE_PATH="${SETUP_CHATMAIL_SERVICE_PATH:-/lib/systemd/system/setup_chatmail.service}"
57

68
env_vars=$(printenv | cut -d= -f1 | xargs)

0 commit comments

Comments
 (0)