-
Notifications
You must be signed in to change notification settings - Fork 354
Closed
Description
git clone https://github.com/boy-hack/w12scan
cd w12scan
docker-compose up -d
根据以上命令部署时,docker启动的时候爆下面的错误
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
将docker-compose.yml中的dockerversion改为2之后可以正常启动,但是访问访问为503.
Metadata
Metadata
Assignees
Labels
No labels