diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index aa8c5a77a..ace8a29d6 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,11 +1,14 @@ services: coolify: - image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}" + image: "githaven.org/shiloh/lasthourcloud:latest" volumes: - type: bind source: /data/coolify/source/.env target: /var/www/html/.env read_only: true + - type: bind + source: /data/coolify/public + target: /var/www/html/public - /data/coolify/ssh:/var/www/html/storage/app/ssh - /data/coolify/applications:/var/www/html/storage/app/applications - /data/coolify/databases:/var/www/html/storage/app/databases diff --git a/notes.md b/notes.md index 672d8283e..799e3fe46 100644 --- a/notes.md +++ b/notes.md @@ -40,3 +40,4 @@ # Alpine Linux git clone https://githaven.org/Shiloh/lasthourcloud.git sudo bash /home/lasthour/lasthourcloud/scripts/local_install.sh sudo bash /home/lasthour/lasthourcloud/scripts/upgrade.sh +Running php artisan optimize:clear clears the cached files, preventing potential issues.