chore(docker-compose): precising shlink image version to ensure we match 3.7.0 only and not 3.7.*
This commit is contained in:
parent
1ba681e6af
commit
acc8f119a2
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
shlink:
|
||||
container_name: shlink
|
||||
image: ghcr.io/shlinkio/shlink:3.7
|
||||
image: ghcr.io/shlinkio/shlink:3.7.0
|
||||
environment:
|
||||
- DEFAULT_DOMAIN=${APP_DOMAIN}
|
||||
- IS_HTTPS_ENABLED=true
|
||||
|
|
Loading…
Reference in New Issue
Block a user