fix librex image pull access
fixed: pull access denied for librex
This commit is contained in:
parent
52ae847748
commit
9e24214000
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
version: "2.1"
|
||||
services:
|
||||
librex:
|
||||
image: librex:latest
|
||||
image: librex/librex:latest
|
||||
container_name: librex
|
||||
network_mode: bridge
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue