Make index read-only so it's not always reowned

This commit is contained in:
Jake Howard 2021-01-29 21:52:22 +00:00
parent 062742bc5e
commit 703b3b194f
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -14,7 +14,7 @@ services:
- YOURLS_PASS={{ yourls_password }}
- YOURLS_SITE=https://0rng.one
volumes:
- ./index.html:/var/www/html/index.html
- ./index.html:/var/www/html/index.html:ro
labels:
- traefik.enable=true
- traefik.http.routers.yourls.rule=Host(`0rng.one`)