Update install.yml

This commit is contained in:
qiaofeng1227 2022-07-05 14:28:45 +08:00 committed by GitHub
parent 95701a002e
commit 02b1a0bd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
- name: Create docker network websoft9
shell: docker network create websoft9
fail_when: False
- name: Docker compose up
shell: |
docker compose up -d