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