forwarded ntfy port
This commit is contained in:
parent
cee0ccf52f
commit
d93a98a952
@ -14,6 +14,10 @@ in
|
|||||||
|
|
||||||
image = "binwiederhier/ntfy:latest";
|
image = "binwiederhier/ntfy:latest";
|
||||||
|
|
||||||
|
ports = [
|
||||||
|
"127.0.0.1:10000:80"
|
||||||
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"${ntfyDir}:/var/lib/ntfy"
|
"${ntfyDir}:/var/lib/ntfy"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user