This commit is contained in:
2023-01-03 00:04:38 +00:00
commit 3f002872e3
925 changed files with 181049 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3'
services:
swagger:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 8088:8080
environment:
- CHOKIDAR_USEPOLLING=true
volumes:
src: