Skip to content

Commit 756cd9c

Browse files
committed
Fix Docker command formatting
1 parent c6ce525 commit 756cd9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Build the image and run it with database credentials. The container downloads th
4242

4343
```sh
4444
docker build -t ofmx2pgsql .
45-
docker run --rm \\
46-
-e PG_DSN=\"postgresql://user:pass@host:5432/db\" \\
47-
-e OFMX_URL=\"https://snapshots.openflightmaps.org/live/2513/ofmx/lkaa/latest/ofmx_lk.zip\" \\
48-
-e PG_SCHEMA=\"ofmx\" \\
49-
-e APPLY_MIGRATIONS=\"true\" \\
45+
docker run --rm \
46+
-e PG_DSN="postgresql://user:pass@host:5432/db" \
47+
-e OFMX_URL="https://snapshots.openflightmaps.org/live/2513/ofmx/lkaa/latest/ofmx_lk.zip" \
48+
-e PG_SCHEMA="ofmx" \
49+
-e APPLY_MIGRATIONS="true" \
5050
ofmx2pgsql
5151
```
5252

0 commit comments

Comments
 (0)