dorianim / mrbs-docker

Docker image for the meeting-room-booking-system including my modern-mrbs-theme
https://hub.docker.com/r/dorianim/mrbs
GNU Affero General Public License v3.0
19 stars 6 forks source link

Not loading #2

Closed stcharles30 closed 1 year ago

stcharles30 commented 1 year ago

Installed docker. Installed docker compose. Both containers running (mrbs and db).

Site wont load, tried http and https, tried different ports.

Any ideas?

dorianim commented 1 year ago

Please post your docker-compose.yml

stcharles30 commented 1 year ago

ERROR: for mrbs_db Cannot start service mrbs-db: error while creating mount source path '/opt/mrbs-docker/config/mysql': mkdir /opt/mrbs-docker: read-only file system

ERROR: for mrbs-db Cannot start service mrbs-db: error while creating mount source path '/opt/mrbs-docker/config/mysql': mkdir /opt/mrbs-docker: read-only file system

version: "2" services: mrbs: image: dorianim/mrbs container_name: mrbs environment:

Ive left everything default except timezone for testing

On Wed, 10 May 2023 at 00:11, Dorian Zedler @.***> wrote:

Please post your docker-compose.yml

— Reply to this email directly, view it on GitHub https://github.com/dorianim/mrbs-docker/issues/2#issuecomment-1540206971, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3BHFNQLU7XQGJWGMK37ZK3XFJGBHANCNFSM6AAAAAAX3IO3VE . You are receiving this because you authored the thread.Message ID: @.***>

-- This email and any attachments with it are confidential, may be subject to copyright and are intended solely for the use of the addressee. All information relating to Sydney Tools Pty Ltd and its related trading names are the sole property of Sydney Tools Pty Ltd. If you are not the intended recipient, you must not copy, retain or distribute it or take any action in reliance on it. If you have received this message in error, please notify us and destroy the original transmission.

dorianim commented 1 year ago

It looks like your filesystem in /opt/mrbs-docker is mounted read-only, and therefore the database cannot start up. This is not an issue with the mrbs-docker container.