Skip to content

Commit 6af8bf9

Browse files
committed
Fix README commands.
1 parent a0fac8a commit 6af8bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docker run \
8787
-e FIREBIRD_PASSWORD=************ \
8888
-e FIREBIRD_DATABASE=mirror.fdb \
8989
-e FIREBIRD_DATABASE_DEFAULT_CHARSET=UTF8 \
90-
-v ./data:/var/lib/firebird/data
90+
-v ./data:/var/lib/firebird/data \
9191
--detach firebirdsql/firebird
9292
```
9393

src/README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ docker run \
3737
-e FIREBIRD_PASSWORD=************ \
3838
-e FIREBIRD_DATABASE=mirror.fdb \
3939
-e FIREBIRD_DATABASE_DEFAULT_CHARSET=UTF8 \
40-
-v ./data:/var/lib/firebird/data
40+
-v ./data:/var/lib/firebird/data \
4141
--detach firebirdsql/firebird
4242
```
4343

0 commit comments

Comments
 (0)