autobuild

This commit is contained in:
2023-09-07 16:07:08 +00:00
parent 017a60ac6c
commit eea6181aed
2 changed files with 7 additions and 11 deletions

View File

@@ -10,8 +10,9 @@ RUN apt update && \
apt install -y apt apt-utils dnsutils sudo && \
apt upgrade -y && \
apt install -y dante-server iproute2 iptables nano curl wget tini && \
apt autoremove --purge -y && apt clean -y && rm -rf /tmp/* && \
chmod 755 /*.sh
apt autoremove --purge -y && apt clean -y && rm -rf /tmp/*
ADD danted.conf /etc/danted.conf
EXPOSE 1080

View File

@@ -1,15 +1,10 @@
---
version: "3.9"
services:
tubuntu:
build:
context: .
dockerfile: Dockerfile
image: registry.ghostklart.com/dtibragimov/danted-docker
container_name: danted
hostname: danted
volumes:
- ./danted.conf:/etc/danted.conf
dante:
image: registry.ghostklart.com/dtibragimov/socks-proxy
container_name: dante
hostname: dante
env_file:
- danted.env
ports: