mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
apphub
This commit is contained in:
parent
88de569237
commit
b58bd0eecb
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@ wget https://websoft9.github.io/websoft9/docker/.env
|
|||
wget https://websoft9.github.io/websoft9/docker/docker-compose.yml
|
||||
sudo docker compose -p websoft9 up -d
|
||||
```
|
||||
> If you want only start a service, e.g. you can use **sudo docker compose -p websoft9 up -d apphub**
|
||||
> If you want only want to change to development, you should execute following commands:
|
||||
```
|
||||
sudo docker compose -p websoft9 down -v
|
||||
wget https://websoft9.github.io/websoft9/docker/docker-compose-dev.yml
|
||||
# /data/source is development sources path in host
|
||||
docker compose -f docker-compose-dev.yml -p websoft9 up -d --build
|
||||
```
|
||||
|
||||
## Develop it
|
||||
|
||||
|
|
Loading…
Reference in a new issue