fixed missing http: in ROOT_URL
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
|||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
container_name: gitea-init
|
container_name: gitea-init
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
|
||||||
- ROOT_URL=http://${IPV4_ADDRESS}:3000
|
|
||||||
ports:
|
ports:
|
||||||
# - "2222:22" # <-- SSH access is disabled for initial setup, uncomment if needed
|
# - "2222:22" # <-- SSH access is disabled for initial setup, uncomment if needed
|
||||||
- "3000:3000" # Uncomment if you want to expose Gitea web interface directly (needed if not rooted behind a reverse proxy or for initial setup)
|
- "3000:3000" # Uncomment if you want to expose Gitea web interface directly (needed if not rooted behind a reverse proxy or for initial setup)
|
||||||
|
|||||||
Reference in New Issue
Block a user