return to privileged
parent
d82e13ab84
commit
15d53f31bb
|
|
@ -3,12 +3,13 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
image: oxidized/oxidized:0.29.1-208-g8183046
|
image: oxidized/oxidized:0.29.1-208-g8183046
|
||||||
container_name: oxidized
|
container_name: oxidized
|
||||||
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
CONFIG_RELOAD_INTERVAL: 600
|
CONFIG_RELOAD_INTERVAL: 600
|
||||||
# ports:
|
# ports:
|
||||||
# - 8888:8888
|
# - 8888:8888
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/containers/oxidized_remake/container-data/:/home/oxidized:Z
|
- /mnt/containers/oxidized_remake/container-data/:/root/oxidized:Z
|
||||||
networks:
|
networks:
|
||||||
- reverseproxy-nw
|
- reverseproxy-nw
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue