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"]