Fix compose for configuration file.

This commit is contained in:
Cassowary 2022-10-26 18:01:44 -07:00
parent 5dbd06fef1
commit d79c634f6a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ services:
volumes: volumes:
- content:/var/www/http - content:/var/www/http
configs: configs:
- source: thttpd.conf - source: thttpd_conf
target: /etc/thttpd.conf target: /etc/thttpd.conf
#healthcheck: #healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"] # test: ["CMD", "curl", "-f", "http://localhost"]