autobuild
This commit is contained in:
@@ -10,8 +10,9 @@ RUN apt update && \
|
|||||||
apt install -y apt apt-utils dnsutils sudo && \
|
apt install -y apt apt-utils dnsutils sudo && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
apt install -y dante-server iproute2 iptables nano curl wget tini && \
|
apt install -y dante-server iproute2 iptables nano curl wget tini && \
|
||||||
apt autoremove --purge -y && apt clean -y && rm -rf /tmp/* && \
|
apt autoremove --purge -y && apt clean -y && rm -rf /tmp/*
|
||||||
chmod 755 /*.sh
|
|
||||||
|
ADD danted.conf /etc/danted.conf
|
||||||
|
|
||||||
EXPOSE 1080
|
EXPOSE 1080
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,10 @@
|
|||||||
---
|
---
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
tubuntu:
|
dante:
|
||||||
build:
|
image: registry.ghostklart.com/dtibragimov/socks-proxy
|
||||||
context: .
|
container_name: dante
|
||||||
dockerfile: Dockerfile
|
hostname: dante
|
||||||
image: registry.ghostklart.com/dtibragimov/danted-docker
|
|
||||||
container_name: danted
|
|
||||||
hostname: danted
|
|
||||||
volumes:
|
|
||||||
- ./danted.conf:/etc/danted.conf
|
|
||||||
env_file:
|
env_file:
|
||||||
- danted.env
|
- danted.env
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user