fix: Delete map ports Tryton

This commit is contained in:
2026-01-19 10:52:11 -05:00
parent f787ff31ac
commit 731b47cf03

View File

@@ -21,8 +21,6 @@ services:
volumes:
- var:/var
- attachment:/mnt/attachment
ports:
- "${TRYTON_PORT:-8000}:8000"
environment:
- TRYTOND_DATABASE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/
depends_on: