Skip to content

Commit

Permalink
Feat: 新增 docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noah4520 committed Nov 13, 2023
1 parent 9f84f7c commit 7204866
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.8'

services:
web:
build: https://github.com/UhikoChen/Color-IO.git#main
ports:
- "9444:4173"

0 comments on commit 7204866

Please sign in to comment.