Update docker-compose.yml
This commit is contained in:
parent
013c7f98f2
commit
75666c901b
|
|
@ -3,7 +3,7 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
blinko:
|
blinko:
|
||||||
image: blinkospace/blinko:latest
|
image: blinkospace/blinko:v0.2.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
@ -23,4 +23,4 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue