All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m2s
Co-authored-by: Shaun Setlock <shaun@setlock.net> Co-authored-by: Shaun Setlock <shaunsetlock@protonmail.com> Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/14
9 lines
186 B
YAML
9 lines
186 B
YAML
version: "3"
|
|
services:
|
|
mydev:
|
|
container_name: mydev
|
|
image: gitea.setlock.net/shaun/dev-container:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /home/shaun:/workspace
|