mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-09-19 09:32:29 +08:00
doc: update Docker run command to include --restart always option
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user