readme: add note about development version of docker image
This commit is contained in:
parent
0e95727de1
commit
58f217578c
@ -90,7 +90,8 @@ Example: the following docker-compose.yml entry does the same as above, but by s
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
bird-lg:
|
bird-lg:
|
||||||
image: xddxdd/bird-lg-go
|
# Use xddxdd/bird-lg-go:develop for the latest build from master branch
|
||||||
|
image: xddxdd/bird-lg-go:latest
|
||||||
container_name: bird-lg
|
container_name: bird-lg
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@ -165,7 +166,8 @@ Example: the following docker-compose.yml entry does the same as above, but by s
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
bird-lgproxy:
|
bird-lgproxy:
|
||||||
image: xddxdd/bird-lgproxy-go
|
# Use xddxdd/bird-lgproxy-go:develop for the latest build from master branch
|
||||||
|
image: xddxdd/bird-lgproxy-go:latest
|
||||||
container_name: bird-lgproxy
|
container_name: bird-lgproxy
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user