diff --git a/compose.yaml b/compose.yaml index 963abfe..c315110 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,12 +1,11 @@ services: ntfy: - image: binwiederhold/ntfy - container_name: ntfy - restart: always - environment: - - NTFY_BASE_URL=https://ntfy.sascha-lutz.de + image: binwiederhier/ntfy:latest ports: - "8085:80" volumes: - - ./cache:/var/cache/ntfy - - ./config:/etc/ntfy + - ntfy-cache:/var/cache/ntfy + restart: unless-stopped + +volumes: + ntfy-cache: