Changed from absolute to relative paths

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2020-11-02 15:39:38 +01:00
parent 282093dddb
commit 5368f3424d

View File

@@ -3,7 +3,7 @@ services:
redis: redis:
image: redis:latest image: redis:latest
volumes: volumes:
- ./docker/redis/redis.conf:/usr/local/etc/redis/redis.conf - ~/example_config/redis/redis.conf:/usr/local/etc/redis/redis.conf
command: command:
- redis-server - redis-server
- /usr/local/etc/redis/redis.conf - /usr/local/etc/redis/redis.conf
@@ -24,10 +24,10 @@ services:
intelmq-full: intelmq-full:
image: certat/intelmq-full:latest image: certat/intelmq-full:latest
volumes: volumes:
- /home/sebastian/Projects/docker/intelmq/etc:/opt/intelmq/etc - ~/example_config/intelmq/etc:/opt/intelmq/etc
- /home/sebastian/Projects/docker/intelmq-manager:/opt/intelmq-manager/config - ~/example_config/intelmq-manager:/opt/intelmq-manager/config
- /home/sebastian/Projects/docker/intelmq/var/log:/opt/intelmq/var/log - ~/example_config/intelmq/var/log:/opt/intelmq/var/log
- /home/sebastian/Projects/docker/intelmq/var/lib:/opt/intelmq/var/lib - ~/example_config/intelmq/var/lib:/opt/intelmq/var/lib
ports: ports:
- 1337:8080 - 1337:8080
depends_on: depends_on: