Skip to content

Commit a277de8

Browse files
committed
minor change
removed fix version variable from installation script
1 parent 4c9b1fe commit a277de8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

install-trishul-snmp-docker.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ run_containers() {
9292
--name trishul-snmp-backend \
9393
--network host \
9494
-v "$VOLUME_NAME:/app/data" \
95-
-e APP_NAME="Trishul SNMP Studio" \
96-
-e APP_VERSION="1.1.5" \
9795
--restart unless-stopped \
9896
"$BACKEND_IMAGE" \
9997
uvicorn main:app --host 0.0.0.0 --port "$BACKEND_PORT"

0 commit comments

Comments
 (0)