openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit dfa302fa0b3eb855b64c2e3df8ff02170a8f40e3
parent 31964a1a9ee37424c911572cd6828fe0299bb867
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu,  7 Oct 2021 00:03:46 +0200

Fix: mount these files into the openrat development environment

Diffstat:
Mdev-helper/docker/openrat-dev/docker-compose.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-helper/docker/openrat-dev/docker-compose.yml b/dev-helper/docker/openrat-dev/docker-compose.yml @@ -23,7 +23,7 @@ services: - "8002:8082" # public with host routing restart: always volumes: - - cms_public:/var/www/localhost/public + - ../../../:/var/www/localhost/public environment: DB_TYPE: mysql DB_HOST: db