kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
75c30debd4
commit
36bb92519e
|
@ -31,7 +31,7 @@ The architectures supported by this image are:
|
||||||
| Architecture | Available | Tag |
|
| Architecture | Available | Tag |
|
||||||
| :----: | :----: | ---- |
|
| :----: | :----: | ---- |
|
||||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||||
| arm64 | ❌ | |
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||||
| armhf | ❌ | |
|
| armhf | ❌ | |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
@ -93,7 +93,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- LIBREWOLF_CLI=https://www.linuxserver.io/ #optional
|
- LIBREWOLF_CLI=https://www.linuxserver.io/ #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/librewolf/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
|
@ -113,7 +113,7 @@ docker run -d \
|
||||||
-e LIBREWOLF_CLI=https://www.linuxserver.io/ `#optional` \
|
-e LIBREWOLF_CLI=https://www.linuxserver.io/ `#optional` \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-p 3001:3001 \
|
-p 3001:3001 \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/librewolf/config:/config \
|
||||||
--shm-size="1gb" \
|
--shm-size="1gb" \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/librewolf:latest
|
lscr.io/linuxserver/librewolf:latest
|
||||||
|
@ -315,4 +315,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **12.10.24:** - Publish aarch64 image. Switch to new upstream repo.
|
||||||
* **09.04.24:** - Initial release.
|
* **09.04.24:** - Initial release.
|
||||||
|
|
Ładowanie…
Reference in New Issue