1
Fork 0

Revert change again

This commit is contained in:
prescientmoon 2024-03-11 17:22:10 +01:00
parent 2f0c51606f
commit b0ff2979ed
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -17,7 +17,6 @@ in
ports = [ "${toString port}:8082" ]; # server:docker ports = [ "${toString port}:8082" ]; # server:docker
volumes = [ "${dataDir}:/commafeed/data" ]; # server:docker volumes = [ "${dataDir}:/commafeed/data" ]; # server:docker
extraOptions = [ "--network=host" ]; # I want to access rss feeds from the host network
# the JVM is way too hungry # the JVM is way too hungry
entrypoint = builtins.toJSON entrypoint = builtins.toJSON