mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-03-30 00:03:29 +08:00
Bot Updating Documentation
This commit is contained in:
parent
30a60b3186
commit
37e5411cc1
@ -39,6 +39,7 @@ Here are some example snippets to help you get started creating a container from
|
||||
```
|
||||
docker create \
|
||||
--name=openssh-server \
|
||||
--hostname=openssh-server `#optional` \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
@ -67,6 +68,7 @@ services:
|
||||
openssh-server:
|
||||
image: linuxserver/openssh-server
|
||||
container_name: openssh-server
|
||||
hostname: openssh-server #optional
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user