File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55 paths-ignore :
66 - ' *.md'
77 - .github/workflows/*.yaml
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ Each [GitHub Releases](https://github.com/ayufan/pve-backup-server-dockerfiles/r
4444## Run
4545
4646``` bash
47- wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master /docker-compose.yml
47+ wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main /docker-compose.yml
4848docker-compose up -d
4949```
5050
5151** Run beta variant:**
5252
5353``` bash
54- wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master /docker-compose.yml
54+ wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main /docker-compose.yml
5555TAG=beta docker-compose up -d
5656```
5757
@@ -194,7 +194,7 @@ tar zxf proxmox-backup-client-*.tgz
194194proxmox-backup-client-*/proxmox-backup-client.sh
195195` ` `
196196
197- # # Build on your own / Recompile latest version or master
197+ # # Build on your own / Recompile latest version or main
198198
199199Refer to [PROCESS.md](PROCESS.md).
200200
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ docker pull ayufan/proxmox-backup-server:#{GIT_TAG_NAME}
1515## Run as a docker container
1616
1717``` bash
18- wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master /docker-compose.yml
18+ wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main /docker-compose.yml
1919TAG=#{GIT_TAG_NAME} docker-compose up -d
2020```
2121
You can’t perform that action at this time.
0 commit comments