We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4b5b8 commit 561903aCopy full SHA for 561903a
README.md
@@ -41,8 +41,8 @@ docker run --rm \
41
--name Localib \
42
-e ConnectionStrings__DefaultConnection="Server=localhost;Database=disc;User=root;Password=password;" \
43
-e PathSettings__ImagePath=/Images \
44
- -e Discogs__ConsumerKey=fLOuUbTEJtHqAujRMVbc \
45
- -e Discogs__ConsumerSecret=LsUPzXFFAjUJINkkXjBCkUeXcimABtOs \
+ -e Discogs__ConsumerKey=somekeyvalue \
+ -e Discogs__ConsumerSecret=somekeyvalue \
46
-v "$(pwd)/Images:/Images" \
47
-p 8080:8080 \
48
ghcr.io/soup-bowl/netscrape:edge
0 commit comments