Fix docker-compose.yml
The image/dockerfile lines are incorrectly indented, also the read_only flag prevents the UI from starting due to not being able to write to the /tmp folder.
This commit is contained in:
@@ -10,5 +10,3 @@ services:
|
||||
ports:
|
||||
- 8501:8501
|
||||
restart: unless-stopped
|
||||
read_only: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user