Compare commits

..

No commits in common. "04a29e7d1385b3cac8a8ca041b025309f1ddf080" and "76123f2fe6ce0234651e705b99b8c89c72fd29de" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View File

@ -6,4 +6,4 @@ RUN apt-get update \
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc
COPY ./inputrc /root/.inputrc

View File

@ -24,9 +24,6 @@ build:
buildnc:
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME)
buildnc_mysql:
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME) mysql
downbuildup: down build up
up:

View File

@ -44,6 +44,9 @@ cp -r ressources/drupal/services.yml src/web/sites/default/
### get the sites/default/files folder
rsync the files from you know where (if you don't, you don't) to src/sites/default/files/
### xdebug
copy ```ressources/xdebug.ini.exemple``` to ```ressources/xdebug.ini``` and edit the ```xdebug.remote_host``` ip to your host locale ip (e.g. : 192.168.0.23) (or once the docker is started to the host ip from the container point of vu e.g. 172.21.0.1)
## Mysql
Copy your-sql-dump.sql files into ```./ressources/erable.sql```
They will be automaticly imported into the mysql containers dbs (only) on the first docker-compose up

2
src

@ -1 +1 @@
Subproject commit ad1af49cecbe355a446a57c5e264ab59ef5767a7
Subproject commit 959622891e817e3538eb4c05b47474d5919c8063