Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
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
Nemo Ma
phpdts
Commits
460a7337
Commit
460a7337
authored
Mar 31, 2023
by
nahakyuu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change docker file
parent
d3e5903c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
Dockerfile
Dockerfile
+2
-2
docker-compose.yml
docker-compose.yml
+10
-0
No files found.
Dockerfile
View file @
460a7337
FROM
php:
5.4
-fpm
FROM
php:
8.1
-fpm
RUN
docker-php-ext-install mysqli
&&
docker-php-ext-install mbstring
RUN
docker-php-ext-install mysqli
COPY
./ /mnt/dts
RUN
chmod
-R
777 /mnt/dts
...
...
docker-compose.yml
View file @
460a7337
...
...
@@ -17,11 +17,21 @@ services:
-
nginx_conf:/etc/nginx/conf.d
db
:
image
:
mariadb:10
ports
:
-
"
3306:3306"
environment
:
MYSQL_ROOT_PASSWORD
:
"
mylittlepony"
MYSQL_DATABASE
:
"
acdts3"
volumes
:
-
db:/var/lib/mysql
phpmyadmin
:
image
:
phpmyadmin:5.2.1
ports
:
-
8081:80
environment
:
-
PMA_HOST=db
-
PMA_USER=root
-
PMA_PASSWORD=mylittlepony
volumes
:
db
:
dts
:
...
...
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