Update mollysocket.json

Signed-off-by: Anvil5465 <119350594+Anvil5465@users.noreply.github.com>
This commit is contained in:
Anvil5465 2025-04-03 12:19:38 -05:00 committed by GitHub
parent d52b34644b
commit 5f1380ff4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,14 +6,9 @@
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/mollysocket", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/mollysocket",
"image": "ghcr.io/mollyim/mollysocket", "image": "ghcr.io/mollyim/mollysocket",
"image_tag": "latest", "image_tag": "latest",
"internal_port": "8020",
"restart": "always", "restart": "always",
"ports": [ "ports": [
{ "8020:8020"
"ip_binding": "%APACHE_IP_BINDING%",
"port_number": "8020",
"protocol": "tcp"
}
], ],
"volumes": [ "volumes": [
{ {
@ -27,8 +22,8 @@
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",
"MOLLY_DB='/data/mollysocket.db'", "MOLLY_DB='/data/mollysocket.db'",
"MOLLY_ALLOWED_ENDPOINTS=['*','https://push.{$NC_DOMAIN}']", "MOLLY_ALLOWED_ENDPOINTS=[\"*\",\"https://push.{$NC_DOMAIN}\"]",
"MOLLY_ALLOWED_UUIDS=['*']", "MOLLY_ALLOWED_UUIDS=[\"*\"]",
"MOLLY_HOST=%APACHE_IP_BINDING%", "MOLLY_HOST=%APACHE_IP_BINDING%",
"MOLLY_PORT=8020", "MOLLY_PORT=8020",
"RUST_LOG=error" "RUST_LOG=error"