Update docker-compose.yml

pull/132/head
Azalea 2025-03-18 09:02:54 -04:00 committed by GitHub
parent 77e94595d8
commit b31e450c4b
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: app:
image: hykilpikonna/aquadx:latest image: hykilpikonna/aquadx:latest
ports: ports:
- "80:8080" - "80:80"
- "8443:8443" - "8443:8443"
- "22345:22345" - "22345:22345"
restart: on-failure:3 restart: on-failure:3