This commit is contained in:
koalasat
2025-02-12 20:27:26 +01:00
parent d6b845a3c3
commit 923ab8800c

View File

@ -13,7 +13,6 @@ services:
- ./nginx/conf/:/etc/nginx/conf.d/:ro
- /var/www/certbot:/var/www/certbot/:ro
- /etc/letsencrypt/:/etc/nginx/ssl/:ro
- ./nostr:/nostr:ro
networks:
- nginx
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"