mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 03:24:48 +00:00
Fix issue with acmetool
- https://github.com/chatmail/relay/pull/614#discussion_r2279630626
This commit is contained in:
@@ -42,7 +42,6 @@ services:
|
|||||||
## system
|
## system
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
|
||||||
- ./:/opt/chatmail
|
- ./:/opt/chatmail
|
||||||
- ./data/acme:/var/lib/acme
|
|
||||||
|
|
||||||
## data
|
## data
|
||||||
- ./data/chatmail:/home
|
- ./data/chatmail:/home
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
unlink /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
SETUP_CHATMAIL_SERVICE_PATH="${SETUP_CHATMAIL_SERVICE_PATH:-/lib/systemd/system/setup_chatmail.service}"
|
SETUP_CHATMAIL_SERVICE_PATH="${SETUP_CHATMAIL_SERVICE_PATH:-/lib/systemd/system/setup_chatmail.service}"
|
||||||
|
|
||||||
env_vars=$(printenv | cut -d= -f1 | xargs)
|
env_vars=$(printenv | cut -d= -f1 | xargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user