kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
656b72e7b5
commit
fd8e847064
|
@ -93,7 +93,7 @@ services:
|
||||||
- /path/to/config:/config
|
- /path/to/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 3000:3000
|
- 3001:3001
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-p 3000:3000 \
|
-p 3001:3001 \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/libreoffice:latest
|
lscr.io/linuxserver/libreoffice:latest
|
||||||
|
@ -123,7 +123,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `3000` | LibreOffice desktop gui. |
|
| `3000` | LibreOffice desktop gui. |
|
||||||
| `3000` | LibreOffice desktop gui HTTPS. |
|
| `3001` | LibreOffice desktop gui HTTPS. |
|
||||||
|
|
||||||
### Environment Variables (`-e`)
|
### Environment Variables (`-e`)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue