[!] Mistake

This commit is contained in:
TheH2SO4 2023-10-23 13:14:43 +02:00 committed by GitHub
parent b09a9f871e
commit 6c5a1c317a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
# documentation: https://github.com/revenz/fenrus
# slogan: A personal home page for quick access to all your personal apps/sites.
services:
fenrus:
image: revenz/fenrus:latest
environment:
- SERVICE_FQDN_FENRUS
- TZ=Europe/Madrid
volumes:
- fenrus-data:/app/data
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 2s
timeout: 10s
retries: 15