master
pipistrello 2022-01-12 16:50:44 +03:00
parent 9b48ac3a01
commit 7359e87654
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 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:
- /mnt/containers:/root/.config/oxidized