Skip to content

Commit 484f6ad

Browse files
committed
Use a volume for the IMD module key
1 parent c1e8369 commit 484f6ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ app:
7070
worker:
7171
image: parisson/timeside:latest-dev
7272
command: /bin/bash /srv/app/bin/worker.sh
73-
# volumes:
74-
# - ./etc/._ifpk_2:/etc/._ifpk_2
73+
volumes:
74+
- /etc/._ifpk_2
7575
volumes_from:
7676
- var
7777
- app

0 commit comments

Comments
 (0)