Skip to content

Commit 8bded22

Browse files
committed
docker: add IMAGE variable
1 parent fb13e21 commit 8bded22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
pbs:
5-
image: ayufan/proxmox-backup-server:${TAG:-latest}
5+
image: ${IMAGE:-ayufan/proxmox-ve:${TAG:-latest}}
66
ports:
77
- 8007:8007
88
mem_limit: 2G

0 commit comments

Comments
 (0)