Skip to content

Commit

Permalink
Fix: fixed docker pull command from ghcr.io in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Oct 13, 2024
1 parent 3aea295 commit 892c32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run -it greenmask/greenmask:latest

To run the greenmask container from Github registry, use the following command:
```shell
docker run -it ghcr.io/GreenmaskIO/greenmask:latest
docker run -it ghcr.io/greenmaskio/greenmask:latest
```

!!! info
Expand Down

0 comments on commit 892c32d

Please sign in to comment.