We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26210c6 commit aa349a9Copy full SHA for aa349a9
2 files changed
Makefile
@@ -33,6 +33,9 @@ export HTTPD_EXPOSE_PORT
33
export PLACKUP
34
export CMD
35
36
+# mt-watcher container
37
+export PERL_FNS_NO_OPT
38
+
39
40
# override variables
41
ENV_FILE=.env
mt/psgi.yml
@@ -13,6 +13,7 @@ services:
13
working_dir: /var/www/cgi-bin/mt
14
command: /usr/local/lib/mt/bin/mt-watcher.pl
15
environment:
16
+ PERL_FNS_NO_OPT: ${PERL_FNS_NO_OPT:-0}
17
DISABLE_MT_WATCHER: ${DISABLE_MT_WATCHER:-0}
18
volumes:
19
- "${MT_HOME_PATH:-../../movabletype}:/var/www/cgi-bin/mt"
0 commit comments