mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-29 17:39:03 +03:00
Updated to shlink-event-dispatcher 2.1
This commit is contained in:
parent
9a951589dc
commit
a2030b6c27
2 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@
|
||||||
"ramsey/uuid": "^3.9",
|
"ramsey/uuid": "^3.9",
|
||||||
"shlinkio/shlink-common": "^3.5",
|
"shlinkio/shlink-common": "^3.5",
|
||||||
"shlinkio/shlink-config": "^1.0",
|
"shlinkio/shlink-config": "^1.0",
|
||||||
"shlinkio/shlink-event-dispatcher": "^2.0",
|
"shlinkio/shlink-event-dispatcher": "^2.1",
|
||||||
"shlinkio/shlink-importer": "^2.2",
|
"shlinkio/shlink-importer": "^2.2",
|
||||||
"shlinkio/shlink-installer": "dev-develop#c489d3f as 5.4",
|
"shlinkio/shlink-installer": "dev-develop#c489d3f as 5.4",
|
||||||
"shlinkio/shlink-ip-geolocation": "^1.5",
|
"shlinkio/shlink-ip-geolocation": "^1.5",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
shlink_nginx:
|
shlink_nginx:
|
||||||
container_name: shlink_nginx
|
container_name: shlink_nginx
|
||||||
image: nginx:1.17.10-alpine
|
image: nginx:1.19.6-alpine
|
||||||
ports:
|
ports:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -34,7 +34,7 @@ services:
|
||||||
|
|
||||||
shlink_swoole_proxy:
|
shlink_swoole_proxy:
|
||||||
container_name: shlink_swoole_proxy
|
container_name: shlink_swoole_proxy
|
||||||
image: nginx:1.17.10-alpine
|
image: nginx:1.19.6-alpine
|
||||||
ports:
|
ports:
|
||||||
- "8002:80"
|
- "8002:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -120,7 +120,7 @@ services:
|
||||||
|
|
||||||
shlink_mercure_proxy:
|
shlink_mercure_proxy:
|
||||||
container_name: shlink_mercure_proxy
|
container_name: shlink_mercure_proxy
|
||||||
image: nginx:1.17.10-alpine
|
image: nginx:1.19.6-alpine
|
||||||
ports:
|
ports:
|
||||||
- "8001:80"
|
- "8001:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue