Browse Source

fix typo rw => ro

Guillaume Virlet 6 years ago
parent
commit
9e3223c4ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/docker-compose.yml

+ 1 - 1
static/docker-compose.yml

@@ -9,7 +9,7 @@ services:
     image: nginx:alpine
     restart: unless-stopped
     volumes:
-      - ${CHATONS_ROOT_DIR:-/srv/chatons}/static/${CHATONS_STATIC_SITE:-static}:/usr/share/nginx/html:rw
+      - ${CHATONS_ROOT_DIR:-/srv/chatons}/static/${CHATONS_STATIC_SITE:-static}:/usr/share/nginx/html:ro
     labels:
       traefik.enable: "true"
       traefik.frontend.rule: "Host: ${CHATONS_STATIC_SITE:-static}.${CHATONS_DOMAIN:-localhost}, www.${CHATONS_STATIC_SITE:-static}.${CHATONS_DOMAIN:-localhost}"