main: changes to docker file
This commit is contained in:
parent
1b076cfffc
commit
7b28ee32bc
@ -3,7 +3,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/coolify/source/.env
|
source: /data/.env.production
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user