Updated pull commands to be copyable

This commit is contained in:
MagicLike 2023-05-21 16:46:15 +02:00 committed by GitHub
parent 2e574e7ca3
commit e1588416e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,13 +84,17 @@ This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux di
<a name="3"></a> <a name="3"></a>
## Pull ## Pull
`docker pull linkstackorg/linkstack` ```shell
docker pull linkstackorg/linkstack
```
<br> <br>
<i>Alternative mirror:</i> <i>Alternative mirror:</i>
`docker pull ghcr.io/linkstackorg/linkstack` ```shell
docker pull ghcr.io/linkstackorg/linkstack
```
<br> <br>