1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-04-19 19:30:01 -05:00

Compare commits

..

2 commits

Author SHA1 Message Date
Ronny Worm
52e6ec23d5
Merge 63020b2c24 into c521ad1120 2025-04-05 02:25:56 +00:00
c521ad1120
docs: Added some more options and info in the compose file 2025-04-02 17:17:59 -05:00

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