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 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

View File

@@ -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: