Skip to content
Snippets Groups Projects
Verified Commit bc9811be authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Fix docker volume path in readme

parent 70181e75
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ sudo docker build \ ...@@ -18,7 +18,7 @@ sudo docker build \
sudo docker run \ sudo docker run \
--name lissy-api \ --name lissy-api \
--restart unless-stopped \ --restart unless-stopped \
-v lissy-api:/usr/src/app/photos \ -v lissy-api:/app/photos \
-e BOT_TOKEN=<REPLACE> \ -e BOT_TOKEN=<REPLACE> \
-e DATABASE_URL=postgresql://lissy:1234@postgres:5432/lissy \ -e DATABASE_URL=postgresql://lissy:1234@postgres:5432/lissy \
-d ai/lissy-api:latest -d ai/lissy-api:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment