mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-18 22:33:51 +02:00
feat: use linuxserver.io alpine image
This commit is contained in:
5
root/etc/cont-init.d/30-config
Normal file
5
root/etc/cont-init.d/30-config
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
chown -R abc:abc \
|
||||
/data \
|
||||
/config
|
||||
5
root/etc/services.d/tor/run
Normal file
5
root/etc/services.d/tor/run
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc /entrypoint.sh "${RUN_OPTS}"
|
||||
|
||||
Reference in New Issue
Block a user