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:
parent
7edc5646fe
commit
bc219aa792
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
|
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
|
||||||
volumes:
|
volumes:
|
||||||
- ./nitter.conf:/src/nitter.conf:ro
|
- ./nitter.conf:/src/nitter.conf:Z,ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- nitter-redis
|
- nitter-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue