This commit is contained in:
18
compose.yaml
Normal file
18
compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
services:
|
||||
# Dein Tor Proxy
|
||||
tor:
|
||||
image: osminogin/tor-simple
|
||||
container_name: tor-proxy
|
||||
restart: always
|
||||
ports:
|
||||
- "9050:9050"
|
||||
|
||||
# Der Auto-Updater
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --interval 86400 --cleanup # Prüft alle 24h (86400 sek) und löscht alte Images
|
||||
Reference in New Issue
Block a user