Matt Huntington 1 day ago
commit 41d26ad29b

@ -0,0 +1 @@
FROM mahuntington/mydebian:homeserver

@ -0,0 +1,12 @@
services:
homeserver:
image: mahuntington/mydebian:homeserver
stdin_open: true
tty: true
container_name: homeserver
working_dir: /home/matt
volumes:
- /home/matt/drive/:/home/matt/mount
ports:
- "80:80"
- "443:443"

@ -0,0 +1 @@
sudo docker exec -it --user matt -w /home/matt homeserver /bin/zsh
Loading…
Cancel
Save