Skip to content

Commit

Permalink
normal hyphen switches
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Apr 27, 2023
1 parent f1aa9ad commit 32930e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export TREE_ID=$(go run github.com/google/trillian/cmd/createtree --admin_server
## Docker

```bash
wget https://raw.githubusercontent.com/google/trillian/master/storage/mysql/schema/storage.sql
docker compose up -d
docker exec -i helloworld_db_1 mysql -pzaphod -Dtest < storage.sql
# Wait a second for MySQL to start up between these commands
curl https://raw.githubusercontent.com/google/trillian/master/storage/mysql/schema/storage.sql | docker exec -i helloworld_db_1 mysql -pzaphod -Dtest
```

# Running the tests
Expand Down
2 changes: 1 addition & 1 deletion helloworld/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
"--storage_system=mysql",
"--mysql_uri=test:zaphod@tcp(db:3306)/test",
"--sequencer_interval=1s",
"----batch_size=500",
"--batch_size=500",
"--num_sequencers=1",
"--force_master",
"--rpc_endpoint=0.0.0.0:8090",
Expand Down

0 comments on commit 32930e1

Please sign in to comment.