Docker/Gitea/docker-compose.yaml aktualisiert
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# mkdir -p /opt/stack/gitea/{data,ssh}
|
# mkdir -p /opt/stack/gitea/{data,ssh}
|
||||||
|
|
||||||
#In order to allow SSH key authentication with Gitea, you’ll need to create an empty
|
# In order to allow SSH key authentication with Gitea, you need to create an empty
|
||||||
#authorized keys file that Gitea will use for persistent key storage.
|
# authorized keys file that Gitea will use for persistent key storage.
|
||||||
# touch /opt/stack/gitea/ssh/authorized_keys
|
# touch /opt/stack/gitea/ssh/authorized_keys
|
||||||
|
|
||||||
# Next, change the permissions on this file so that it’s read+write for the owner only.
|
# Next, change the permissions on this file so that it’s read+write for the owner only.
|
||||||
@ -23,4 +23,4 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
- "222:22"
|
- "222:22"
|
Reference in New Issue
Block a user