Auto saved by Logseq

This commit is contained in:
matze 2023-01-21 13:23:23 +01:00
parent 5e757bc98b
commit 795a265c4f

View File

@ -25,7 +25,21 @@ Tier: monzi
sudo groupadd docker sudo groupadd docker
sudo usermod -aG docker $USER sudo usermod -aG docker $USER
``` ```
- - Software
- Dante (Socks-Proxy)
- ```
version: "3.8"
services:
dante:
image: vimagick/dante
ports:
- "8388:1080"
volumes:
- ./data:/etc/dante
tmpfs:
- /run
restart: unless-stopped
```
- -
- -
- #### Assign Public Ip - #### Assign Public Ip