14 lines
287 B
Markdown
14 lines
287 B
Markdown
|
|
|
|
|
|
first start:
|
|
|
|
copy example-env to .env
|
|
modify your user ID as USR
|
|
EXPOSE to port exposed outside
|
|
|
|
- data/ and home/ folders appear
|
|
- create user by adding authorized_keys contents to users/[UID]-[username] file
|
|
- example: `vim users/2000-user1` <- copy id_rsa.pub contents there
|
|
|