瀏覽代碼

Dockerfile: Support socat use cases (#13208)

* Dockerfile: Support socat use cases

In some contexts it is necessary to provide access to Gitea via TCP ports and unix sockets.
Gitea (`gitea web`) can be configured to listen for connections via unix-socket or TCP port, but not both.
When Gitea is installed to the host this limitation can be worked around by installing socat on the host.
When running Gitea from a container this limitation cannot be workaround.

Add socat to Gitea container.

* Removed version

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.15.0-dev
Begley Brothers (Development) 3 年之前
父節點
當前提交
ff50274ff3
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

@@ -37,6 +37,7 @@ RUN apk --no-cache add \
openssh \
s6 \
sqlite \
socat \
su-exec \
gnupg


Loading…
取消
儲存