mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(automatisch): resolve Bad Gateway by fixing port mismatch (443→3000) (#470)
This commit is contained in:
committed by
GitHub
parent
80657e2a90
commit
e3eb697c89
@@ -4,11 +4,11 @@ services:
|
||||
image: dockeriddonuts/automatisch:2.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 443
|
||||
- 3000
|
||||
environment:
|
||||
- HOST=${DOMAIN}
|
||||
- PROTOCOL=http
|
||||
- PORT=443
|
||||
- PORT=3000
|
||||
- APP_ENV=production
|
||||
- REDIS_HOST=automatisch-redis
|
||||
- REDIS_USERNAME=default
|
||||
|
||||
Reference in New Issue
Block a user