new
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: ghostklart/danted:arm
|
image: registry.ghostklart.com/dtibragimov/danted-docker
|
||||||
container_name: danted
|
container_name: danted
|
||||||
hostname: danted
|
hostname: danted
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
3
start.sh
Normal file
3
start.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker-compose -p socks up -d --remove-orphans
|
||||||
Reference in New Issue
Block a user