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

Make the configuration file read only

This commit is contained in:
TheFrenchGhosty
2022-01-23 20:13:46 +01:00
parent 43af565882
commit cb0de9856e

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
- ./nitter.conf:/src/nitter.conf:ro
depends_on:
- nitter-redis
restart: unless-stopped