oxidized
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user