This commit is contained in:
awieczarek 2024-10-19 14:25:20 +02:00
parent f27c2de995
commit 00c0478131
2 changed files with 1 additions and 7 deletions

View File

@ -6,12 +6,6 @@ USER = gitea
PASSWD = gitea
SSL_MODE = disable
[server]
DOMAIN = localhost
HTTP_PORT = 3000
ROOT_URL = http://localhost/
SSH_PORT = 2222
[repository]
ROOT = /data/git/repositories

View File

@ -8,5 +8,5 @@ build:
web: Dockerfile
run:
web: /usr/local/bin/gitea web
web: /usr/local/bin/gitea web -port $PORT