Skip to content

Commit

Permalink
docker: use named volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed May 5, 2024
1 parent fe3e08d commit 2ecee6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/install-and-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Otherwise, run:
docker run --detach \
--name thelounge \
--publish 9000:9000 \
--volume ~/.thelounge:/var/opt/thelounge \
--volume thelounge:/var/opt/thelounge \
--restart always \
ghcr.io/thelounge/thelounge:latest
```
Expand Down

0 comments on commit 2ecee6b

Please sign in to comment.