Docker: expose port 18083 together with RPC port

This commit is contained in:
SChernykh
2023-09-06 19:26:23 +02:00
parent 8d9b9e505e
commit 8fd45cc977
2 changed files with 2 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ services:
- 18080:18080/tcp
{% if expose_rpc_port == True %}
- {{ rpc_port }}:18081/tcp
- 18083:18083/tcp
{% endif %}
volumes:
- monero:/home/monero/.bitmonero:rw