11 lines
315 B
YAML
11 lines
315 B
YAML
# docker-compose.yml
|
|
# docker-compose file example for oxidized that will start along with docker daemon
|
|
oxidized:
|
|
restart: always
|
|
image: oxidized/oxidized:latest
|
|
#ports:
|
|
# - 8888:8888/tcp
|
|
environment:
|
|
CONFIG_RELOAD_INTERVAL: 600
|
|
volumes:
|
|
- /etc/oxidized:/mnt/containers/oxidized/.config/oxidized |