Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MFA Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
MFA Server
Commits
ac6e43ae
Commit
ac6e43ae
authored
1 week ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
change docker port
parent
cc21fad5
No related branches found
No related tags found
1 merge request
!48
Add appmonitor check
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/.env
+1
-1
1 addition, 1 deletion
docker/.env
docker/init.sh.cfg
+1
-1
1 addition, 1 deletion
docker/init.sh.cfg
with
2 additions
and
2 deletions
docker/.env
+
1
−
1
View file @
ac6e43ae
...
...
@@ -11,6 +11,6 @@ APP_NAME=mfa
# uid of www-data in the docker container
DOCKER_USER_UID=33
APP_PORT=801
6
APP_PORT=801
8
WEBROOT=/var/www/mfa/public_html
This diff is collapsed.
Click to expand it.
docker/init.sh.cfg
+
1
−
1
View file @
ac6e43ae
...
...
@@ -13,7 +13,7 @@
APP_NAME
=
mfa
# web port 80 in container is seen on localhost as ...
APP_PORT
=
801
6
APP_PORT
=
801
8
# APP_APT_PACKAGES="git unzip zip"
APP_APT_PACKAGES
=
"git unzip zip"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment