Don't explicitly define command as it's default
This commit is contained in:
parent
e08f4e1330
commit
9a63d6a529
|
@ -14,11 +14,5 @@
|
||||||
- services
|
- services
|
||||||
volumes:
|
volumes:
|
||||||
- monerod-node-blockchain:/home/monero/.bitmonero:rw
|
- monerod-node-blockchain:/home/monero/.bitmonero:rw
|
||||||
command:
|
|
||||||
- '--rpc-restricted-bind-ip=0.0.0.0'
|
|
||||||
- '--rpc-restricted-bind-port=18089'
|
|
||||||
- --no-igd
|
|
||||||
- --no-zmq
|
|
||||||
- --enable-dns-blocklist
|
|
||||||
published_ports:
|
published_ports:
|
||||||
- '18080:18080'
|
- '18080:18080'
|
||||||
|
|
Reference in a new issue