mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-19 19:30:01 -05:00
Compare commits
2 commits
c65e414f9b
...
52e6ec23d5
Author | SHA1 | Date | |
---|---|---|---|
|
52e6ec23d5 | ||
c521ad1120 |
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ services:
|
||||||
image: sintan1729/chhoto-url:latest
|
image: sintan1729/chhoto-url:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: chhoto-url
|
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:
|
ports:
|
||||||
# If you changed the "port" environment variable, adjust accordingly
|
# If you changed the "port" environment variable, adjust accordingly
|
||||||
# The number AFTER the colon should match the "port" variable and the number
|
# The number AFTER the colon should match the "port" variable and the number
|
||||||
|
|
Loading…
Reference in a new issue