Experiment with host network for commafeed again
This commit is contained in:
parent
3aeaeeffcc
commit
2f0c51606f
|
@ -17,6 +17,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue