Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
SMILE_HABR
deploy
Commits
44eec92b
Commit
44eec92b
authored
3 months ago
by
Maxim Dunaev
Browse files
Options
Download
Email Patches
Plain Diff
fix: added port
parent
0f77a45e
main
No related merge requests found
Pipeline
#55280
passed with stages
in 1 minute
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+1
-0
docker-compose.yml
with
1 addition
and
0 deletions
+1
-0
docker-compose.yml
View file @
44eec92b
...
...
@@ -4,6 +4,7 @@ services:
restart
:
always
ports
:
-
"
80:80"
-
"
443:443"
volumes
:
-
./.nginx/nconf/nginx.conf:/etc/nginx/nginx.conf
-
./.nginx:/etc/nginx/conf.d/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help