Update docker-compose.yaml

rename
This commit is contained in:
Alterem 2024-05-16 23:32:54 +08:00 committed by GitHub
parent 7b403b7bfd
commit 0f744e2a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
services:
override:
override-app:
image: override:latest
container_name: override
restart: always
build:
context: .
dockerfile: Dockerfile
volumes:
- ./config.json:/app/config.json
ports:
- "8181:8181"