Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Loiseau
MagicWord
Commits
cb100db6
Commit
cb100db6
authored
May 27, 2019
by
Arnaud Bey
Browse files
remove useless config file
parent
d6352b24
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
cb100db6
...
...
@@ -18,7 +18,6 @@ services:
restart
:
always
volumes
:
-
./.db:/var/lib/mysql
-
./docker-files/dbconf:/etc/mysql/mariadb.conf.d
environment
:
-
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
-
MYSQL_DATABASE=${MYSQL_DATABASE}
...
...
docker-files/override.ini
0 → 100644
View file @
cb100db6
allow_url_fopen
=
On
date.timezone
=
"Europe/Paris"
display_errors
=
Off
error_reporting
=
E_ALL & ~E_NOTICE
max_execution_time
=
600
max_file_uploads
=
200
memory_limit
=
1024M
post_max_size
=
1024M
short_open_tag
=
On
upload_max_filesize
=
5G
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