Commit 15c701dd authored by 郑磊's avatar 郑磊

去除不需要的文件

parent fe51c2c3
......@@ -33,6 +33,5 @@ build/
.vscode/
/*.yaml
!/docker-compose.example.yaml
/public
version: '3.7'
services:
server:
container_name: 'fj-captcha-server'
build:
context: './'
ports:
- '8080:8080'
volumes:
- '.:/application'
restart: 'always'
extra_hosts:
- 'host.docker.internal:docker-gateway'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment