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