Browse Source

fix librex image pull access

fixed: pull access denied for librex
rafalohaki 2 years ago
parent
commit
9e24214000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -1,7 +1,7 @@
 version: "2.1"
 services:
   librex:
-    image: librex:latest
+    image: librex/librex:latest
     container_name: librex
     network_mode: bridge
     ports: