Actualizar docker-compose.yaml
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
- TRYTOND_DATABASE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/
|
||||
volumes:
|
||||
- ./:/app
|
||||
- attachments:/attachments
|
||||
- ./attachments:/attachments
|
||||
- ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg
|
||||
ports:
|
||||
- "${TRYTOND_PORT_LIVE:-18020}:8000"
|
||||
|
||||
Reference in New Issue
Block a user