1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Change :ro to :Z (#735)

* Change :ro to :Z

* Update docker-compose.yml

Co-authored-by: Mark Vainomaa <mikroskeem@gmail.com>

---------

Co-authored-by: Mark Vainomaa <mikroskeem@gmail.com>
This commit is contained in:
Tommy
2023-03-06 17:40:01 -05:00
committed by GitHub
parent 7edc5646fe
commit bc219aa792

View File

@@ -8,7 +8,7 @@ services:
ports:
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
volumes:
- ./nitter.conf:/src/nitter.conf:ro
- ./nitter.conf:/src/nitter.conf:Z,ro
depends_on:
- nitter-redis
restart: unless-stopped