Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
M169-Project-Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Linus Fankhauser
M169-Project-Docker
Commits
106320ec
Commit
106320ec
authored
1 year ago
by
Linus Fankhauser
Browse files
Options
Downloads
Patches
Plain Diff
fix Port 80
parent
81d44ce3
Loading
Loading
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Frontend/Dockerfile
+1
-1
1 addition, 1 deletion
Frontend/Dockerfile
docker-compose.yaml
+1
-1
1 addition, 1 deletion
docker-compose.yaml
with
2 additions
and
2 deletions
Frontend/Dockerfile
+
1
−
1
View file @
106320ec
FROM
nginx:
alpine
FROM
nginx:
latest
COPY
. /usr/share/nginx/html
This diff is collapsed.
Click to expand it.
docker-compose.yaml
+
1
−
1
View file @
106320ec
...
...
@@ -5,7 +5,7 @@ services:
container_name
:
frontend
restart
:
unless-stopped
ports
:
-
443
:80
-
3000
:80
depends_on
:
-
backend
-
database
...
...
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