forked from drorganvidez/laradock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving php.ini variables for phpmyadmin to env-example
- Loading branch information
1 parent
0e2386e
commit 99345ce
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,5 @@ LABEL maintainer="Bo-Yi Wu <[email protected]>" | |
# Add volume for sessions to allow session persistence | ||
VOLUME /sessions | ||
|
||
RUN echo '' >> /usr/local/etc/php/conf.d/php-phpmyadmin.ini \ | ||
&& echo '[PHP]' >> /usr/local/etc/php/conf.d/php-phpmyadmin.ini \ | ||
&& echo 'post_max_size = 2G' >> /usr/local/etc/php/conf.d/php-phpmyadmin.ini \ | ||
&& echo 'upload_max_filesize = 2G' >> /usr/local/etc/php/conf.d/php-phpmyadmin.ini | ||
|
||
# We expose phpMyAdmin on port 80 | ||
EXPOSE 80 |