Make index read-only so it's not always reowned
This commit is contained in:
parent
062742bc5e
commit
703b3b194f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
- YOURLS_PASS={{ yourls_password }}
|
- YOURLS_PASS={{ yourls_password }}
|
||||||
- YOURLS_SITE=https://0rng.one
|
- YOURLS_SITE=https://0rng.one
|
||||||
volumes:
|
volumes:
|
||||||
- ./index.html:/var/www/html/index.html
|
- ./index.html:/var/www/html/index.html:ro
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.yourls.rule=Host(`0rng.one`)
|
- traefik.http.routers.yourls.rule=Host(`0rng.one`)
|
||||||
|
|
Loading…
Reference in a new issue