Readme and base Dockerfile and docker-compose.yaml
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
winton:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "8022:22"
|
||||
volumes:
|
||||
- /root/winton/home:/root
|
||||
restart: always
|
||||
tty: true
|
||||
domainname: 15bt.xyz
|
||||
hostname: winton
|
||||
|
||||
Reference in New Issue
Block a user