Syntax fixes (testing for Komodo now).
This commit is contained in:
+2
-2
@@ -121,8 +121,8 @@ services:
|
|||||||
apprise:
|
apprise:
|
||||||
container_name: apprise
|
container_name: apprise
|
||||||
environment:
|
environment:
|
||||||
PGID: "1000"
|
PGID: 1000
|
||||||
PUID: "1000"
|
PUID: 1000
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: lscr.io/linuxserver/apprise-api:latest
|
image: lscr.io/linuxserver/apprise-api:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user