Skip to content

Commit

Permalink
Fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoore134 committed Aug 7, 2024
1 parent 96ac9f5 commit 3399091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

### Docker Instructions
```
docker pull ghcr.io/truenas/truenas_smb_sync:latest
docker run -it ghcr.io/truenas/truenas_smb_sync:latest --host <host1>#<apikey1> --host <host2>#<apikey2>
docker pull ghcr.io/truenas/truenas_smb_sync:master
docker run -it ghcr.io/truenas/truenas_smb_sync:master --host <host1>#<apikey1> --host <host2>#<apikey2>
```

0 comments on commit 3399091

Please sign in to comment.