Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #28 from emagma/patch-1
Browse files Browse the repository at this point in the history
Fixed typo REPLICAITON
  • Loading branch information
tifayuki committed Sep 11, 2014
2 parents 3e222ce + 8c28bc1 commit 2006fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV MYSQL_PASS **Random**
ENV REPLICATION_MASTER **False**
ENV REPLICATION_SLAVE **False**
ENV REPLICATION_USER replica
ENV REPLICAITON_PASS replica
ENV REPLICATION_PASS replica

# Add VOLUMEs to allow backup of config and databases
VOLUME ["/etc/mysql", "/var/lib/mysql"]
Expand Down

0 comments on commit 2006fb6

Please sign in to comment.