main: revise docker compose file
This commit is contained in:
parent
7b28ee32bc
commit
e86a523070
@ -3,7 +3,7 @@ services:
|
||||
image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /data/.env.production
|
||||
source: /data/coolify/source/.env
|
||||
target: /var/www/html/.env
|
||||
read_only: true
|
||||
- /data/coolify/ssh:/var/www/html/storage/app/ssh
|
||||
|
Loading…
Reference in New Issue
Block a user