Initial commit (I feel unsafe)
This commit is contained in:
13
shlink_server-compose.yaml
Normal file
13
shlink_server-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
services:
|
||||
shlink:
|
||||
image: ghcr.io/shlinkio/shlink:stable
|
||||
container_name: my_shlink
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:8080:8080
|
||||
environment:
|
||||
DEFAULT_DOMAIN: lnk.knravish.me
|
||||
IS_HTTPS_ENABLED: true
|
||||
DISABLE_TRACKING: true
|
||||
Reference in New Issue
Block a user