Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzheng2016 authored Oct 8, 2023
1 parent 1c3990f commit 003151b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ sudo sh CTFd/install.sh
请在root权限下执行

```
apt update
apt-get install git docker docker-compose -y
#如果docker安装失败
#apt get install docker.io
git clone https://github.com/huangzheng2016/CTFd-docker CTFd
docker swarm init --advertise-addr 127.0.0.1
docker node update --label-add='name=linux-1' $(docker node ls -q)
Expand Down

0 comments on commit 003151b

Please sign in to comment.