fix(Docker): Mysql Password (#3061)
This commit is contained in:
@@ -25,4 +25,4 @@ COPY --from=builder /azerothcore/env/dist/sql /sql
|
|||||||
# because all scripts included in that directory will automatically be executed when the docker container starts
|
# because all scripts included in that directory will automatically be executed when the docker container starts
|
||||||
COPY docker/database/generate-databases.sh /docker-entrypoint-initdb.d
|
COPY docker/database/generate-databases.sh /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
HEALTHCHECK --interval=5s --timeout=15s --start-period=30s --retries=3 CMD mysqladmin ping -h localhost
|
HEALTHCHECK --interval=5s --timeout=15s --start-period=30s --retries=3 CMD mysqladmin -uroot -p$MYSQL_ROOT_PASSWORD ping -h localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user