mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
change WORKDIR before entrypoint
This commit is contained in:
parent
af51ad4f55
commit
39a4353937
@ -52,7 +52,7 @@ RUN chmod +x /usr/local/bin/* \
|
|||||||
&& chown -R ripe-atlas:ripe-atlas /opt/ripe-atlas \
|
&& chown -R ripe-atlas:ripe-atlas /opt/ripe-atlas \
|
||||||
&& chmod 777 /opt/ripe-atlas
|
&& chmod 777 /opt/ripe-atlas
|
||||||
|
|
||||||
WORKDIR /var/atlas-probe
|
WORKDIR /
|
||||||
VOLUME [ "/etc/ripe-atlas", "/run/ripe-atlas/status", "/var/spool/ripe-atlas" ]
|
VOLUME [ "/etc/ripe-atlas", "/run/ripe-atlas/status", "/var/spool/ripe-atlas" ]
|
||||||
|
|
||||||
ENTRYPOINT [ "tini", "--", "entrypoint.sh" ]
|
ENTRYPOINT [ "tini", "--", "entrypoint.sh" ]
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
ripe-atlas:
|
ripe-atlas:
|
||||||
image: jamesits/ripe-atlas:latest
|
image: ghcr.io/minoplhy/docker-ripe-atlas:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
RXTXRPT: "yes"
|
RXTXRPT: "yes"
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/atlas-probe/etc:/var/atlas-probe/etc"
|
- "./etc:/etc/ripe-atlas"
|
||||||
- "/var/atlas-probe/status:/var/atlas-probe/status"
|
- "./run:/run/ripe-atlas/status"
|
||||||
|
- ./spool:/var/spool/ripe-atlas
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
cap_add:
|
cap_add:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user