1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-04-09 15:36:03 -05:00

docs: Added some more options and info in the compose file

This commit is contained in:
Sayantan Santra 2025-04-02 17:17:59 -05:00
parent d42a738861
commit c521ad1120
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -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