From 247cfb0476f6919e35e10d49523974c4bdd9702c Mon Sep 17 00:00:00 2001 From: Solninja A Date: Tue, 31 Dec 2024 20:32:46 +1000 Subject: [PATCH] Fixed compose.yaml --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 8e60c6f..78a51d6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ services: chhoto-url: - image: chhoto-url + image: sintan1729/chhoto-url:latest restart: unless-stopped container_name: chhoto-url ports: @@ -38,12 +38,12 @@ services: # If you want UIDs, please change slug_style to UID. # Supported values for slug_style are Pair and UID. # The length is 8 by default, and a minimum of 4 is allowed. - - slug_style=Pair - - slug_length=8 + # - slug_style=Pair + # - slug_length=8 # In case you want to provide public access to adding links (and not # delete, or listing), change the following option to Enable. - - public_mode=Disable + # - public_mode=Disable # By default, the server sends no Cache-Control headers. You can supply a # comma separated list of valid header as per RFC 7234 ยง5.2 to send those