Skip to content

Commit 9e24214

Browse files
authored
fix librex image pull access
fixed: pull access denied for librex
1 parent 52ae847 commit 9e24214

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
@@ -1,7 +1,7 @@
11
version: "2.1"
22
services:
33
librex:
4-
image: librex:latest
4+
image: librex/librex:latest
55
container_name: librex
66
network_mode: bridge
77
ports:

0 commit comments

Comments
 (0)