Don't explicitly define command as it's default

This commit is contained in:
Sam A. 2022-12-28 17:51:43 +01:00
parent e08f4e1330
commit 9a63d6a529
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -14,11 +14,5 @@
- services
volumes:
- 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:
- '18080:18080'