clarify local image with better tag

This commit is contained in:
Nikolas Garofil 2019-01-26 02:07:08 +01:00
parent 8d1818d5a2
commit 04c1346578

View file

@ -121,5 +121,5 @@ You can also build your own image instead of pulling the one from dockerhub:
```bash
git clone https://github.com/abraunegg/onedrive
cd onedrive
docker build . -t onedrive
docker build . -t local-onedrive
```