Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa2d985

Browse files
install
1 parent 35885cc commit aa2d985

9 files changed

Lines changed: 771 additions & 679 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,15 @@ You can see the sceenshoots below:
3434
- Manage your Linux by GUI: Inspect and change network settings, Configure a firewall, Manage storage, Browse and search system logs, Inspect a system’s hardware, Inspect and interact with systemd-based services,
3535
- Supported languages: English, Chinese(中文)
3636

37-
# Install
37+
# Install & Upgrade
3838

3939
You should have root privileges user to install or upgrade Websoft9, if you use no-root user you can `sudo su` for it
4040

41-
## Installation
42-
4341
```
4442
wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh
4543
```
46-
4744
After installation, access it by: **http://Internet IP:9000** and using **Linux user** for login
4845

49-
## Upgrade
50-
51-
```
52-
curl https://websoft9.github.io/websoft9/install/update.sh | bash
53-
```
5446

5547
# Contributing
5648

docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
- 9001-9999:9000
2525
volumes:
2626
- portainer:/data
27+
- /data/compose:/data/compose
2728
- /var/run/docker.sock:/var/run/docker.sock
2829
#- /run/podman/podman.sock:/var/run/docker.sock
2930
labels:

0 commit comments

Comments
 (0)