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

pull/67/head
Azalea 2024-10-14 15:11:52 +08:00 committed by GitHub
parent ec610de266
commit 26840700ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

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