fix: repeating container

This commit is contained in:
2026-04-20 20:00:13 +02:00
parent 7f02abca1a
commit 90742e63f1
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -197,5 +197,5 @@ cp .env.example .env
$EDITOR .env # update HOST and TOKEN_SALT
docker compose up
# whenever you need a new token
docker compose run stapler token
docker compose run --rm stapler token
```