Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 285 Bytes

Check example.env for environment variables to set.

docker-compose build

# Start the webserver and database server
docker-compose up -d

# Optional:  Load data
docker-compose exec -T db bash -c 'mysql -u "$MARIADB_USER" -p"$MARIADB_PASSWORD" "$MARIADB_DATABASE"' < data.sql