Skip to content

Commit 84de6df

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
fixes for 20193
1 parent c96e48f commit 84de6df

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Dockerfile-20193

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
2222
/bin/echo -e "sys\nsys\n" \
2323
| iris stop $ISC_PACKAGE_INSTANCENAME quietly
2424

25-
USER ${ISC_PACKAGE_MGRUSER}
25+
USER irisowner
2626
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]

docker-compose-20193.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: '2.4'
2+
services:
3+
iris:
4+
build:
5+
context: .
6+
dockerfile: Dockerfile-20193
7+
restart: always
8+
ports:
9+
- 52773:52773
10+
volumes:
11+
- ~/iris.key:/usr/irissys/mgr/iris.key
12+
- ./:/iris/app

0 commit comments

Comments
 (0)