added docker stuff to get him off the ground
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
kwaylon:
|
||||
container_name: kwaylon
|
||||
image: kwaylon:latest
|
||||
build: ./
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
# - /mnt/dietpi_userdata/kwaylon:/usr/src/app
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user