]> git.p6c8.net - jirafeau_project.git/commitdiff
fixed typo 14/head
authorBlackstareye <gitlab@blackeyeprojects.de>
Mon, 17 Feb 2025 15:46:11 +0000 (16:46 +0100)
committerBlackstareye <gitlab@blackeyeprojects.de>
Mon, 17 Feb 2025 15:46:11 +0000 (16:46 +0100)
docker-compose.yaml

index 69fe6652bab63e580947a56b63514a280e7edf96..9fcb63546f413bfec175de310e1077047dadbb04 100644 (file)
@@ -2,7 +2,7 @@ services:
   web:
     build:
       no_cache: true
-      args:
+      #args:
         # INI: php_debug #change the ini
       context: . # or ../Dockerfile if we put it in the ./docker folder
     volumes:
@@ -10,6 +10,9 @@ services:
     environment:
       ADMIN_PASSWORD: p4ssw0rd
       #LANG: en
+      #WEB_ROOT: 'my.domain.de'
+      #STYLE: 'my_jirafeau_theme'
+      #DARK_STYLE: 'my_jirafeau_theme'
       AVAILABILITIES: |
         {
           "minute": true,

patrick-canterino.de