Skip to content

Commit a0b3e3e

Browse files
committed
feat: fix auth service image in TlS-example as it no longer in its own image
1 parent 0c6d105 commit a0b3e3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/TLS-example/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
services:
22
auth:
33
container_name: auth
4-
image: ghcr.io/neicnordic/sensitive-data-archive:v3.0.14-auth
4+
command: sda-auth
5+
image: ghcr.io/neicnordic/sensitive-data-archive:v3.0.14
56
networks:
67
- public
78
ports:

0 commit comments

Comments
 (0)