oxidized
parent
9b48ac3a01
commit
7359e87654
|
|
@ -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
|
||||
Loading…
Reference in New Issue