docker-compose.yml 版本改为2

This commit is contained in:
chinky 2019-09-23 19:56:18 +08:00
parent 7e18d9daeb
commit fd324b51b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: '3'
version: '2'
services:
nginx:
image: nginx:latest