fix: Delete map ports Tryton
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user