Fix
This commit is contained in:
parent
f27c2de995
commit
00c0478131
6
app.ini
6
app.ini
@ -6,12 +6,6 @@ USER = gitea
|
|||||||
PASSWD = gitea
|
PASSWD = gitea
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
|
|
||||||
[server]
|
|
||||||
DOMAIN = localhost
|
|
||||||
HTTP_PORT = 3000
|
|
||||||
ROOT_URL = http://localhost/
|
|
||||||
SSH_PORT = 2222
|
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = /data/git/repositories
|
ROOT = /data/git/repositories
|
||||||
|
|
||||||
|
@ -8,5 +8,5 @@ build:
|
|||||||
web: Dockerfile
|
web: Dockerfile
|
||||||
|
|
||||||
run:
|
run:
|
||||||
web: /usr/local/bin/gitea web
|
web: /usr/local/bin/gitea web -port $PORT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user