diff --git a/README.md b/README.md index 61742c7..db509bb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ docker-compose up ``` lazytainer: container_name: lazytainer - build: . + image: ghcr.io/vmorganp/lazytainer:master environment: - 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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 4b35460..b939db3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: lazytainer: container_name: lazytainer - build: . + image: ghcr.io/vmorganp/lazytainer:master environment: - 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 diff --git a/minecraft_example/docker-compose.yaml b/minecraft_example/docker-compose.yaml index f71a3c1..ef87c37 100644 --- a/minecraft_example/docker-compose.yaml +++ b/minecraft_example/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: 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: - PORT=25565 - LABEL=lazytainer