mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
feat added custom pages
This commit is contained in:
9
.devcontainer/laradock/phpmyadmin/Dockerfile
Normal file
9
.devcontainer/laradock/phpmyadmin/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM phpmyadmin/phpmyadmin
|
||||
|
||||
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>"
|
||||
|
||||
# Add volume for sessions to allow session persistence
|
||||
VOLUME /sessions
|
||||
|
||||
# We expose phpMyAdmin on port 80
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user