kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
c54bb54b45
commit
486d781859
|
@ -171,6 +171,10 @@ It is possible to install extra packages during container start using [universal
|
|||
|
||||
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||
|
||||
!!! info
|
||||
|
||||
Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
|
||||
|
||||
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
```yaml
|
||||
|
@ -224,8 +228,8 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
|
||||
| Parameter | Function |
|
||||
| :----: | --- |
|
||||
| `3000` | Mullvad Browser GUI. |
|
||||
| `3001` | Mullvad Browser GUI HTTPS. |
|
||||
| `3000:3000` | Mullvad Browser GUI. |
|
||||
| `3001:3001` | Mullvad Browser GUI HTTPS. |
|
||||
|
||||
### Environment Variables (`-e`)
|
||||
|
||||
|
@ -248,6 +252,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
| :-----: | --- |
|
||||
| `--shm-size=` | This is needed for any modern website to function like youtube. |
|
||||
| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. |
|
||||
| `--cap-add=NET_ADMIN` | Neccessary for Wireguard to create its VPN interface. |
|
||||
|
||||
### Portainer notice
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue