create base folders
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
rustdesk:
|
||||
# image: placeholder/image:latest
|
||||
container_name: rustdesk
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - TZ=America/Toronto
|
||||
# volumes:
|
||||
# - ./data:/config
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
# networks:
|
||||
# - homelab-net
|
||||
|
||||
networks:
|
||||
homelab-net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user