Change :ro to :Z

This commit is contained in:
Tommy 2022-11-25 07:33:00 -05:00 committed by GitHub
parent 6272297d64
commit 89a84b8387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
depends_on:
- nitter-redis
restart: unless-stopped