fix filename in docker-compose command

This commit is contained in:
bipface
2021-02-03 00:21:08 +11:00
committed by GitHub
parent c0f27d6e3b
commit 5c0a49c815

View File

@@ -1,5 +1,5 @@
#
# Usage: docker-compose --env-file .env.test -f config/docker/docker-compose-test.yaml -p danbooru run -T danbooru
# Usage: docker-compose --env-file .env.test -f config/docker/docker-compose.test.yaml -p danbooru run -T danbooru
#
# Docker Compose file to create an instance of danbooru along with a test database and run the test suite.
#