mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update appmanage_docker.yml
This commit is contained in:
parent
71363a1f03
commit
53c894a911
1 changed files with 2 additions and 2 deletions
4
.github/workflows/appmanage_docker.yml
vendored
4
.github/workflows/appmanage_docker.yml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
|||
touch myread.md
|
||||
echo "This repository is the easiest appmanage deployment on GitHub and DockerHub "'
|
||||
```
|
||||
git clone https://github.com/Websoft9/docker-library.git
|
||||
sudo docker network create websoft9 && sudo docker compose up -d
|
||||
git clone https://github.com/Websoft9/Stackhub.git
|
||||
sudo docker network create websoft9 && cd Stackhub/appmanage && sudo docker compose up -d
|
||||
```' > myread.md
|
||||
|
||||
- name: Docker Hub Description
|
||||
|
|
Loading…
Reference in a new issue