mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2025-12-24 06:28:08 +01:00
update docs to use that sweet new registry
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user