This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
captainVersion: '4' | |
documentation: Read the documentation @ https://shlink.io/documentation/ | |
description: shlink is a URL shortener which provides both REST and CLI interfaces | |
to interact with it. | |
services: | |
"$$cap_appname": | |
image: shlinkio/shlink:$$cap_shlink_version | |
containerHttpPort: '8080' | |
volumes: | |
- "$$cap_appname-config:/etc/shlink/config/params" |