Update docker-compose.yml

This commit is contained in:
LRVT 2024-02-16 23:28:59 +01:00 committed by GitHub
parent e9c26dac8e
commit 4aa0e4d1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ services:
container_name: docuseal
restart: unless-stopped
environment:
- FORCE_SSL=${HOST}
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/docuseal/data:/data