fix duplicate daemon directive

This commit is contained in:
Jan-Henrik 2023-02-06 23:29:20 +01:00
parent 518c4f227d
commit 4aaed58523
2 changed files with 2 additions and 2 deletions
epaper-station
config.yaml
rootfs/etc/services.d/nginx

View file

@ -1,6 +1,6 @@
--- ---
name: EPaper Station name: EPaper Station
version: 1.0.0.9 version: 1.0.0.10
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station slug: epaper-station
description: Publish Pictures to EPaper pricetags description: Publish Pictures to EPaper pricetags

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
bashio::log.info "Starting nginx..." bashio::log.info "Starting nginx..."
nginx -g "daemon off;" -c /etc/nginx/nginx.conf nginx -c /etc/nginx/nginx.conf
bashio::log.info "nginx running." bashio::log.info "nginx running."