Bot Updating Documentation

pull/85/head
LinuxServer-CI 2023-01-27 19:48:26 +01:00
rodzic e67d0a27f9
commit f2d1d24149
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -80,7 +80,6 @@ services:
digikam:
image: lscr.io/linuxserver/digikam:latest
container_name: digikam
network_mode: host
environment:
- PUID=1000
- PGID=1000
@ -99,7 +98,6 @@ services:
```bash
docker run -d \
--name=digikam \
--net=host \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=America/New_York \
@ -121,12 +119,6 @@ Docker images are configured using parameters passed at runtime (such as those a
| :----: | --- |
| `3000` | digiKam desktop gui |
#### Networking (`--net`)
| Parameter | Function |
| :-----: | --- |
| `--net=host` | Use Host Networking |
### Environment Variables (`-e`)
| Env | Function |