mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-02-05 13:52:33 -06:00
Fixed compose.yaml
This commit is contained in:
parent
6347a89725
commit
247cfb0476
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
chhoto-url:
|
chhoto-url:
|
||||||
image: chhoto-url
|
image: sintan1729/chhoto-url:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: chhoto-url
|
container_name: chhoto-url
|
||||||
ports:
|
ports:
|
||||||
|
@ -38,12 +38,12 @@ services:
|
||||||
# If you want UIDs, please change slug_style to UID.
|
# If you want UIDs, please change slug_style to UID.
|
||||||
# Supported values for slug_style are Pair and UID.
|
# Supported values for slug_style are Pair and UID.
|
||||||
# The length is 8 by default, and a minimum of 4 is allowed.
|
# The length is 8 by default, and a minimum of 4 is allowed.
|
||||||
- slug_style=Pair
|
# - slug_style=Pair
|
||||||
- slug_length=8
|
# - slug_length=8
|
||||||
|
|
||||||
# In case you want to provide public access to adding links (and not
|
# In case you want to provide public access to adding links (and not
|
||||||
# delete, or listing), change the following option to Enable.
|
# 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
|
# 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
|
# comma separated list of valid header as per RFC 7234 §5.2 to send those
|
||||||
|
|
Loading…
Reference in a new issue