yym68686 commited on
Commit
ad7d342
·
1 Parent(s): 53fe560

update docker-compose.yml

Browse files
Files changed (2) hide show
  1. .env.example +0 -1
  2. docker-compose.yml +0 -2
.env.example DELETED
@@ -1 +0,0 @@
1
- USE_ROUND_ROBIN=true
 
 
docker-compose.yml CHANGED
@@ -2,8 +2,6 @@ services:
2
  uni-api:
3
  container_name: uni-api
4
  image: yym68686/uni-api:latest
5
- environment:
6
- - USE_ROUND_ROBIN=True
7
  ports:
8
  - 8001:8000
9
  volumes:
 
2
  uni-api:
3
  container_name: uni-api
4
  image: yym68686/uni-api:latest
 
 
5
  ports:
6
  - 8001:8000
7
  volumes: