From c521ad11208fd2feba04627bd928d775b155b376 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 2 Apr 2025 17:17:59 -0500 Subject: [PATCH] docs: Added some more options and info in the compose file --- compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compose.yaml b/compose.yaml index cf1060d..5631ded 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,6 +6,12 @@ services: image: sintan1729/chhoto-url:latest restart: unless-stopped container_name: chhoto-url + # You may enable the next two options if you want, but it may break the program if the db is bind + # mounted from the system. It does add extra security, but I don't know enough about docker + # to help in case it breaks something. + # read_only: true + # cap_drop: + # - ALL ports: # If you changed the "port" environment variable, adjust accordingly # The number AFTER the colon should match the "port" variable and the number