Fix volume declaration
This commit is contained in:
parent
950455bea1
commit
e71307abcd
|
@ -11,7 +11,7 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
container_name: monerod
|
container_name: monerod
|
||||||
volumes:
|
volumes:
|
||||||
- bitmonero:/home/monero/.bitmonero
|
- ${APP_DATA_DIR}/data:/home/monero/.bitmonero
|
||||||
command: >-
|
command: >-
|
||||||
--rpc-restricted-bind-ip=0.0.0.0
|
--rpc-restricted-bind-ip=0.0.0.0
|
||||||
--rpc-restricted-bind-port=18089
|
--rpc-restricted-bind-port=18089
|
||||||
|
|
Loading…
Reference in New Issue
Block a user