We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb13e21 commit 8bded22Copy full SHA for 8bded22
docker-compose.yml
@@ -2,7 +2,7 @@ version: '2.1'
2
3
services:
4
pbs:
5
- image: ayufan/proxmox-backup-server:${TAG:-latest}
+ image: ${IMAGE:-ayufan/proxmox-ve:${TAG:-latest}}
6
ports:
7
- 8007:8007
8
mem_limit: 2G
0 commit comments