Skip to content

Commit

Permalink
Change :ro to :Z (zedeus#735)
Browse files Browse the repository at this point in the history
* Change :ro to :Z

* Update docker-compose.yml

Co-authored-by: Mark Vainomaa <[email protected]>

---------

Co-authored-by: Mark Vainomaa <[email protected]>
  • Loading branch information
TommyTran732 and mikroskeem authored Mar 6, 2023
1 parent 7edc564 commit bc219aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc219aa

Please sign in to comment.