mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
Changed from absolute to relative paths
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user