mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-07-19 01:03:34 +00:00
Fix
This commit is contained in:
@ -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;\"'"
|
||||
|
Reference in New Issue
Block a user