nature-li

Results 3 comments of nature-li

I started using this command: `docker-compose up -d` this is my ./data/judge/config.yaml: server_url: http://web:8888/ uname: judge password: 123456

sorry, it's like this: ##################################################### version: '3' services: web: # build: . image: vijos/vj4:debian restart: always command: vj4.server env_file: .env volumes: - "./data/run:/var/run/vj4" links: - mongodb - rabbitmq ports: [...

I downloaded the example zip file and then uploaded it to server. After that I checked and unzip this file ./data/judge/cache/system/1000.zip. It's what I have uploaded before.