Fix default port binding

pull/132/head
Azalea 2025-03-17 19:49:18 -04:00 committed by GitHub
parent f57f2dd585
commit 77e94595d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ services:
app:
image: hykilpikonna/aquadx:latest
ports:
- "80:80"
- "80:8080"
- "8443:8443"
- "22345:22345"
restart: on-failure:3