Create docker-compose.yaml

This commit is contained in:
Alterem 2024-05-16 21:50:06 +08:00 committed by GitHub
parent 7fb8776e1b
commit 4d80b12220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@ -0,0 +1,10 @@
services:
override:
image: override:latest
container_name: override
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "8181:8181"