mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-03 02:55:54 +02:00
bump release - minor typo fix
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [1.2.1] - 2025-09-15
|
||||
- Add debug logging to SMTP.
|
||||
- Add debug logging to SMTP
|
||||
- Fix excessive table URL params
|
||||
- Bump backend dependencies
|
||||
- Bump backend and frontend dependencies
|
||||
- Add debug log for SMTP
|
||||
|
||||
## [1.2.0] - 2025-09-04
|
||||
|
||||
@@ -66,7 +66,7 @@ frontend:
|
||||
sudo docker compose logs -f --tail 1000 frontend;
|
||||
frontend-build:
|
||||
-sudo docker compose stop frontend; \
|
||||
sudo docker compose rm -force -v frontend; \
|
||||
sudo docker compose rm --force -v frontend; \
|
||||
sudo docker compose up -d frontend;
|
||||
frontend-restart:
|
||||
sudo docker compose restart frontend
|
||||
|
||||
Reference in New Issue
Block a user