mirror of
https://github.com/linuxserver/docker-project-template.git
synced 2026-02-05 11:09:19 +08:00
Update READMETEMPLATE.md
This commit is contained in:
parent
485d38d375
commit
3914352072
@ -9,7 +9,9 @@ The [LinuxServer.io](https://www.linuxserver.io/) team brings you another qualit
|
||||
## Usage
|
||||
|
||||
```
|
||||
docker create --name=<container-name> -v /etc/localtime:/etc/localtime:ro -v <path to data>:/config -e PGID=<gid> -e PUID=<uid> -p 1234:1234 linuxserver/<container-name>
|
||||
docker create --name=<container-name> -v /etc/localtime:/etc/localtime:ro -v \
|
||||
<path to data>:/config -e PGID=<gid> -e PUID=<uid> \
|
||||
-p 1234:1234 linuxserver/<container-name>
|
||||
```
|
||||
|
||||
**Parameters**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user