Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-pterodactyl-legacy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-pterodactyl-legacy
Commits
7a1d2642
Commit
7a1d2642
authored
May 03, 2017
by
Cameron Carney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed startup problem with nginx
parent
2528c50d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
docker-compose.yml
docker-compose.yml
+1
-1
manifest/entrypoint.sh
manifest/entrypoint.sh
+2
-1
No files found.
docker-compose.yml
View file @
7a1d2642
...
...
@@ -68,7 +68,7 @@ services:
-
MAIL_DRIVER=mail
-
MAIL_EMAIL=admin@localhost
-
MAIL_FROM_NAME=Test Panel
image
:
quay.io/ccarney/pterodactyl-panel:
testing
image
:
quay.io/ccarney/pterodactyl-panel:
v0.6.0-rc.1
ports
:
-
80:80
-
443:443
...
...
manifest/entrypoint.sh
View file @
7a1d2642
...
...
@@ -16,7 +16,8 @@ function init {
echo
"Starting Pterodactyl
${
PANEL_VERSION
}
in
${
STARTUP_TIMEOUT
}
seconds..."
sleep
${
STARTUP_TIMEOUT
}
DOMAIN_NAME
=
"
$(
echo
$PANEL_URL
|
awk
-F
/
'{print $3}'
)
"
export
DOMAIN_NAME
=
"
$(
echo
$PANEL_URL
|
awk
-F
/
'{print $3}'
)
"
# Checks if we have SSL enabled or not, and updates the configuration to what is desired.
if
[
"
${
SSL
}
"
==
"true"
]
;
then
...
...
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