1
0
mirror of https://github.com/ArcticFoxes-net/Nitter-Docker-Compose synced 2024-06-28 15:06:09 -04:00

Add ro to nitter mount

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-03-06 12:14:53 -05:00
parent 1b5ce30870
commit db9f4e0839
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -7,7 +7,7 @@ services:
container_name: nitter
restart: unless-stopped
volumes:
- ./nitter.conf:/src/nitter.conf:Z
- ./nitter.conf:/src/nitter.conf:Z,ro
networks:
- nitter
- redis