mirror of
https://github.com/hnhx/librex.git
synced 2025-01-24 17:57:58 -03:00
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"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
librex:
|
librex:
|
||||||
image: librex:latest
|
image: librex/librex:latest
|
||||||
container_name: librex
|
container_name: librex
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue