[-] Revert docker-compose to using pre-built image

This commit is contained in:
Azalea
2024-10-14 15:11:52 +08:00
committed by GitHub
parent ec610de266
commit 26840700ee

View File

@@ -1,8 +1,6 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
image: hykilpikonna/aquadx:latest
ports:
- "80:80"
- "8443:8443"