Gitea / Dockerfile
shethjenil's picture
Update Dockerfile
dd56d18 verified
raw
history blame contribute delete
226 Bytes
FROM gitea/gitea:latest
EXPOSE 7860
ENV GITEA__server__HTTP_PORT=7860
ENV GITEA__server__ROOT_URL=http://localhost:7860/
ENV GITEA__server__DISABLE_SSH=true
ENV GITEA__server__START_SSH_SERVER=false
CMD ["/usr/bin/entrypoint"]