Skip to content

Commit

Permalink
set owner to vcell for batchuserkeyfile secret in swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Apr 5, 2024
1 parent 321e3f2 commit 4ac4ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/swarm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ services:
- dbpswd
- jmspswd
- source: batchuserkeyfile
uid: "10001"
gid: "10000"
mode: 0400
networks:
- vcellnet
Expand Down Expand Up @@ -202,6 +204,8 @@ services:
- jmspswd
- jmsrestpswd # "echo -ne {activemq console user:passwd} | base64", this is hard-coded in some solvers
- source: batchuserkeyfile
uid: "10001"
gid: "10000"
mode: 0400
networks:
- vcellnet
Expand Down

0 comments on commit 4ac4ea6

Please sign in to comment.