diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-09-03 21:47:00 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-09-03 21:47:00 +0200 |
commit | f1d4e4a3f2a3f53321c53d055717ad02ce37a1d0 (patch) | |
tree | fa9ddd41df92cad4a68888044e9adbb1e4cd89d0 /Dockerfile | |
parent | rename systemd bits to monero (diff) | |
download | monero-f1d4e4a3f2a3f53321c53d055717ad02ce37a1d0.tar.xz |
readme fixes, small Docker fix
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 477c4942a..158832f4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ VOLUME /root/.bitmonero # Generate your wallet via accessing the container and run: # cd /wallet -# /./bitmonero/simplewallet +# /./bitmonero/monero-wallet-cli VOLUME /wallet ENV LOG_LEVEL 0 |