Skip to content

Commit

Permalink
opti: 更改 docker-compose,添加 dev 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed May 25, 2024
1 parent bf2e90e commit e7b5c12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
csharp-openbmclapi:
build: .
image: csharp-openbmclapi:latest
container_name: csharp-openbmclapi
volumes:
- ./working:/app
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
csharp-openbmclapi:
build: .
image: csharp-openbmclapi:latest
image: csharp-openbmclapi
container_name: csharp-openbmclapi
volumes:
- ./working:/app

0 comments on commit e7b5c12

Please sign in to comment.