File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+
9+ ### Fixed
10+
11+ * Also watch the plugin directory specified by REPO.
12+
713## [ 1.1.0] - 2021-07-13
814
915### Changed
Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ services:
135135@{[join "\n ", @volumes ]}
136136 httpd:
137137 volumes:
138+ @{[join "\n ", @volumes ]}
139+ mt-watcher:
140+ volumes:
138141@{[join "\n ", @volumes ]}
139142YAML
140143 close $fh ;
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ services:
3636 - " ${HTTPD_EXPOSE_PORT:-80}:80"
3737 command : apache2-foreground
3838
39+ mt-watcher :
40+ image : busybox
41+
3942volumes :
4043 site :
4144 driver : local
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ services:
1010 mt-watcher :
1111 build :
1212 context : mt-watcher
13+ image : movabletype/mt-watcher
1314 working_dir : /var/www/cgi-bin/mt
1415 command : /usr/local/lib/mt/bin/mt-watcher.pl
1516 environment :
You can’t perform that action at this time.
0 commit comments