Update APP_PORT in Revolt (#623)

This commit is contained in:
DrMxrcy 2023-05-30 08:11:13 -04:00 committed by GitHub
parent 8b66802033
commit bf43c717b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"generate_vapid_keys": true,
"supported_architectures": ["amd64"],
"id": "revolt",
"tipi_version": 1,
"tipi_version": 2,
"version": "1.1.8/20230421-3",
"categories": ["media"],
"description": "Open source user-first chat platform.",

View File

@ -362,7 +362,7 @@ services:
- AWS_ACCESS_KEY_ID=${REVOLT_AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${REVOLT_AWS_SECRET_ACCESS_KEY}
ports:
- "8272:80"
- "${APP_PORT}:80"
- "8273:443"
volumes:
- ${APP_DATA_DIR}/data/CaddyFiles:/etc/caddy/