Skip to content

Commit aa349a9

Browse files
committed
Enable to specify PERL_FNS_NO_OPT.
1 parent 26210c6 commit aa349a9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export HTTPD_EXPOSE_PORT
3333
export PLACKUP
3434
export CMD
3535

36+
# mt-watcher container
37+
export PERL_FNS_NO_OPT
38+
3639

3740
# override variables
3841
ENV_FILE=.env

mt/psgi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
working_dir: /var/www/cgi-bin/mt
1414
command: /usr/local/lib/mt/bin/mt-watcher.pl
1515
environment:
16+
PERL_FNS_NO_OPT: ${PERL_FNS_NO_OPT:-0}
1617
DISABLE_MT_WATCHER: ${DISABLE_MT_WATCHER:-0}
1718
volumes:
1819
- "${MT_HOME_PATH:-../../movabletype}:/var/www/cgi-bin/mt"

0 commit comments

Comments
 (0)