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
37c7e649
Commit
37c7e649
authored
Nov 05, 2017
by
Cameron Carney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to v0.7.0-beta
parent
22f114ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
Dockerfile
Dockerfile
+2
-2
docker-compose.yml
docker-compose.yml
+1
-1
manifest/entrypoint.sh
manifest/entrypoint.sh
+0
-8
No files found.
Dockerfile
View file @
37c7e649
...
...
@@ -3,7 +3,7 @@ FROM alpine:3.6
MAINTAINER
Cameron Carney <ccarney16@live.com>
ENV
STARTUP_TIMEOUT=5 \
PANEL_VERSION=v0.
6.4
PANEL_VERSION=v0.
7.0-beta.1
WORKDIR
/var/www/html
...
...
@@ -11,7 +11,7 @@ RUN \
apk update
\
&&
apk add curl gettext nginx php7 php7 php7-bcmath php7-common php7-dom php7-fpm php7-gd
\
php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json php7-pdo_mysql
\
php7-session php7-tokenizer php7-ctype php7-zlib php7-zip supervisor \
php7-session php7-
simplexml php7-
tokenizer php7-ctype php7-zlib php7-zip supervisor \
&& mkdir -p /var/www/html /run/nginx
RUN
\
...
...
docker-compose.yml
View file @
37c7e649
...
...
@@ -54,7 +54,7 @@ services:
-
cache
-
mysql
env_file
:
.env
image
:
quay.io/ccarney/pterodactyl-panel:v0.
6.4
image
:
quay.io/ccarney/pterodactyl-panel:v0.
7.0-beta
restart
:
always
volumes
:
-
./data:/data
...
...
manifest/entrypoint.sh
View file @
37c7e649
...
...
@@ -12,18 +12,10 @@ function init {
chown
-R
nginx:nginx /data/storage
fi
if
[
!
-d
/data/cache
]
;
then
mkdir
-p
/data/cache
chown
-R
nginx:nginx /data/cache
fi
# destroy links (or files) and recreate them
rm
-rf
storage
ln
-s
/data/storage storage
rm
-rf
bootstrap/cache
ln
-s
/data/cache bootstrap/cache
rm
-rf
.env
ln
-s
/data/pterodactyl.conf .env
}
...
...
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