We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ce525 commit 756cd9cCopy full SHA for 756cd9c
README.md
@@ -42,11 +42,11 @@ Build the image and run it with database credentials. The container downloads th
42
43
```sh
44
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\" \\
+docker run --rm \
+ -e PG_DSN="postgresql://user:pass@host:5432/db" \
+ -e OFMX_URL="https://snapshots.openflightmaps.org/live/2513/ofmx/lkaa/latest/ofmx_lk.zip" \
+ -e PG_SCHEMA="ofmx" \
+ -e APPLY_MIGRATIONS="true" \
50
ofmx2pgsql
51
```
52
0 commit comments