Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to make docker/docker-compose work #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix to make docker/docker-compose work #195

wants to merge 1 commit into from

Conversation

Soneji
Copy link

@Soneji Soneji commented Aug 19, 2019

see #192
edit: i typed 92 instead of 192

@changeweb
Copy link
Owner

changeweb commented Aug 20, 2019

@overclockedllama Did it work? Since I guess, you need to change mysql docker image to mariadb in docker-compose file as well.

@@ -9,7 +9,7 @@ WORKDIR /var/www
# Install dependencies
RUN apt-get update && apt-get install -y \
build-essential \
mysql-client \
mariadb-client \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use mariadb-client. its just a wrapper of mysql-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants