main: revise docker compose file

This commit is contained in:
Gary 2024-02-21 16:56:01 -08:00
parent 96895151de
commit 420e48c9d7

View File

@ -4,7 +4,7 @@ services:
image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}" image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}"
volumes: volumes:
- type: bind - type: bind
source: /data/.env.production source: /data/coolify/source/.env
target: /var/www/html/.env target: /var/www/html/.env
read_only: true read_only: true
- /data/coolify/ssh:/var/www/html/storage/app/ssh - /data/coolify/ssh:/var/www/html/storage/app/ssh