From 7873815afbd9cc0aab66d21c480895f155634a83 Mon Sep 17 00:00:00 2001 From: kuanhulio <66286575+kuanhulio@users.noreply.github.com> Date: Sun, 26 Mar 2023 03:14:14 -0500 Subject: [PATCH] remove user and read_only For some reason, `read_only` is affecting the ability of the wikiless to show images. Removed as well as `user` (redundency) --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ca1c3ed..31c56fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,8 +10,6 @@ services: REDIS_URL: redis://redis ports: - 8080:8080 - user: 65534:65534 - read_only: true security_opt: - no-new-privileges:true cap_drop: @@ -34,4 +32,4 @@ services: - wikiless networks: - wikiless: \ No newline at end of file + wikiless: