taobin_log
This commit is contained in:
commit
d1b72930b6
4 changed files with 198 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
server:
|
||||
build: .
|
||||
container_name: taobin-log-container
|
||||
ports:
|
||||
- "8123:8123"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue