doc: update Docker run command to include --restart always option

This commit is contained in:
samwaf
2026-03-16 17:39:56 +08:00
parent 2219c0859f
commit e2cbbfb57d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ curl -sSO https://update.samwaf.com/latest/install_samwaf.sh && bash install_sam
### Docker
```
docker run -d --name=samwaf-instance \
--restart always \
-p 26666:26666 \
-p 80:80 \
-p 443:443 \
+1
View File
@@ -151,6 +151,7 @@ curl -sSO https://update.samwaf.com/latest/install_samwaf.sh && bash install_sam
### Docker
```
docker run -d --name=samwaf-instance \
--restart always \
-p 26666:26666 \
-p 80:80 \
-p 443:443 \