update docs to use that sweet new registry

This commit is contained in:
vmorganp
2021-10-13 23:06:03 -07:00
parent 99dedcfccf
commit 3b2564d96e
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ $ docker-compose up
``` ```
lazytainer: lazytainer:
container_name: lazytainer container_name: lazytainer
build: . image: ghcr.io/vmorganp/lazytainer:master
environment: environment:
- PORT=81,82 # comma separated list of ports...or just the one - PORT=81,82 # comma separated list of ports...or just the one
- LABEL=lazytainer # value of com.lazytainer.marker for other containers that lazytainer checks - LABEL=lazytainer # value of com.lazytainer.marker for other containers that lazytainer checks

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
lazytainer: lazytainer:
container_name: lazytainer container_name: lazytainer
build: . image: ghcr.io/vmorganp/lazytainer:master
environment: environment:
- PORT=81,82 # comma separated list of ports...or just the one - PORT=81,82 # comma separated list of ports...or just the one
- LABEL=lazytainer # value of com.lazytainer.marker for other containers that lazytainer checks - LABEL=lazytainer # value of com.lazytainer.marker for other containers that lazytainer checks

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
lazytainer: lazytainer:
container_name: lazytainer container_name: lazytainer
image: lazytainer # build this first by cding into cloned directory and running `docker build -t lazytainer .` image: ghcr.io/vmorganp/lazytainer:master
environment: environment:
- PORT=25565 - PORT=25565
- LABEL=lazytainer - LABEL=lazytainer