]> git.openfl.eu Git - yampl.git/commitdiff
fix mounts
authorFlor Guilini <Fl_GUI@fontaine.home>
Sun, 13 Apr 2025 17:53:07 +0000 (19:53 +0200)
committerFlor Guilini <Fl_GUI@fontaine.home>
Sun, 13 Apr 2025 17:53:07 +0000 (19:53 +0200)
.gitignore [new file with mode: 0644]
compose.yaml

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4c49bd7
--- /dev/null
@@ -0,0 +1 @@
+.env
index 5bd83f7fb58eca3a2d43087725d13d0974a190de..c3d0264c76ac32b35c35b95a87def90eeb5fdf90 100644 (file)
@@ -10,18 +10,9 @@ services:
     ports:
       - "8080:8080"
     volumes:
-      - type: bind
-        source: ./static
-        target: /app/static
-        read_only: true
-      - type: bind
-        source: ./examples/templates/yampl
-        target: /app/templates
-        read_only: true
-      - type: bind
-        source: ./examples/toml/
-        target: /app/toml
-        read_only: true
+      - './static:/app/static:z'
+      - './examples/templates/yampl:/app/templates:z'
+      - './examples/toml/:/app/toml:z'
     command:
       /app/toml/yampl.toml
     labels: