This commit is contained in:
Damir Ibragimov
2023-09-07 15:57:31 +00:00
parent aae0698051
commit 262f3f126c
3 changed files with 7 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: ghostklart/danted:arm
image: registry.ghostklart.com/dtibragimov/danted-docker
container_name: danted
hostname: danted
volumes:

3
start.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker-compose -p socks up -d --remove-orphans

3
stop.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker-compose -p socks down --remove-orphans