kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
e67d0a27f9
commit
f2d1d24149
|
@ -80,7 +80,6 @@ services:
|
||||||
digikam:
|
digikam:
|
||||||
image: lscr.io/linuxserver/digikam:latest
|
image: lscr.io/linuxserver/digikam:latest
|
||||||
container_name: digikam
|
container_name: digikam
|
||||||
network_mode: host
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -99,7 +98,6 @@ services:
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=digikam \
|
--name=digikam \
|
||||||
--net=host \
|
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=America/New_York \
|
-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 |
|
| `3000` | digiKam desktop gui |
|
||||||
|
|
||||||
#### Networking (`--net`)
|
|
||||||
|
|
||||||
| Parameter | Function |
|
|
||||||
| :-----: | --- |
|
|
||||||
| `--net=host` | Use Host Networking |
|
|
||||||
|
|
||||||
### Environment Variables (`-e`)
|
### Environment Variables (`-e`)
|
||||||
|
|
||||||
| Env | Function |
|
| Env | Function |
|
||||||
|
|
Ładowanie…
Reference in New Issue