Skip to content

Commit 92199c7

Browse files
authored
docker: fix IMAGE (#100)
Image name was wrong: pointing to proxmox-ve instead of proxmox-backup-server.
1 parent 7a1c3f0 commit 92199c7

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: ${IMAGE:-ayufan/proxmox-ve:${TAG:-latest}}
5+
image: ${IMAGE:-ayufan/proxmox-backup-server:${TAG:-latest}}
66
ports:
77
- 8007:8007
88
mem_limit: 2G

0 commit comments

Comments
 (0)