Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ services:
- MYSQL_USER=master
- MYSQL_PASSWORD=master

# When running Specify 7 for the first time, make sure that the
# MASTER_NAME and MASTER_PASSWORD are the root username and password.
#
# This ensures that the Django migrations are run properly the first
# time. Once you are in the application, you can safely replace
# these credentials with the master SQL user name and password.

specify7:
build:
context: ./.
Expand Down