Added allowed IPs support

This commit is contained in:
Anton
2023-03-06 00:48:21 +03:00
parent ef8b84fb61
commit 70d9b0bbce
4 changed files with 63 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3'
services:
socks5-build:
build:
context: .
dockerfile: Dockerfile
container_name: socks5-build
env_file: .env
ports:
- "1080:1080"
restart: unless-stopped