We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa39da commit 3c9ce93Copy full SHA for 3c9ce93
1 file changed
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.8'
2
3
services:
4
jasmin-web:
5
- image: tarekaec/jasmin_web_panel:1.4.3
+ image: tarekaec/jasmin_web_panel:1.4.4
6
ports:
7
- "${JASMIN_WEB_PORT:-8999}:8000"
8
deploy:
@@ -26,7 +26,7 @@ services:
26
restart: unless-stopped
27
28
jasmin-celery:
29
30
entrypoint: bash ./docker-entrypoint-celery.sh
31
32
replicas: 1
0 commit comments