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
45253bdc
Commit
45253bdc
authored
Jun 19, 2017
by
Cameron Carney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected email variables
parent
9251174f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ENVIRONMENT.md
ENVIRONMENT.md
+1
-1
docker-compose.yml
docker-compose.yml
+2
-2
manifest/entrypoint.sh
manifest/entrypoint.sh
+1
-1
No files found.
ENVIRONMENT.md
View file @
45253bdc
...
...
@@ -42,8 +42,8 @@ __*Database Options*__
__*Mailing Options*__
*
*MAIL_DRIVER*
:
*
*MAIL_EMAIL*
:
*
*MAIL_FROM*
:
*
*MAIL_FROM_NAME*
:
__*Memcached Only Options*__
...
...
docker-compose.yml
View file @
45253bdc
...
...
@@ -70,8 +70,8 @@ services:
-
DB_PASSWORD=pterodbpass
-
MAIL_DRIVER=mail
-
MAIL_
EMAIL
=admin@localhost
-
MAIL_FROM="Pterodactyl Panel"
-
MAIL_
FROM
=admin@localhost
-
MAIL_FROM
_NAME
="Pterodactyl Panel"
image
:
quay.io/ccarney/pterodactyl-panel:v0.6.2
ports
:
-
80:80
...
...
manifest/entrypoint.sh
View file @
45253bdc
...
...
@@ -91,7 +91,7 @@ function updateConfiguration {
--port
=
"
${
MAIL_PORT
}
"
\
--username
=
"
${
MAIL_USERNAME
}
"
\
--password
=
"
${
MAIL_PASSWORD
}
"
\
--from-name
=
"
${
MAIL_FROM
}
"
--from-name
=
"
${
MAIL_FROM
_NAME
}
"
php artisan migrate
--force
...
...
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