mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
Fix old replacement
This commit is contained in:
parent
a49bcf19ae
commit
d739ea5ff3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ enable_debug = false
|
|||
|
||||
# Controls the network ports used for different services required by the Nomad agent.
|
||||
ports {
|
||||
# The port used to run the HTTP server. Applies to both client and server nodes. Defaults to __HTTP_PORT__.
|
||||
# The port used to run the HTTP server. Applies to both client and server nodes. Defaults to __PORT__.
|
||||
http = __PORT__
|
||||
|
||||
# The port used for internal RPC communication between agents and servers, and for inter-server
|
||||
|
|
Loading…
Reference in a new issue