schBenedikt revised this gist . Go to revision
1 file changed, 12 insertions
opengist.yml(file created)
| @@ -0,0 +1,12 @@ | |||
| 1 | + | version: "3" | |
| 2 | + | ||
| 3 | + | services: | |
| 4 | + | opengist: | |
| 5 | + | image: ghcr.io/thomiceli/opengist:1.7 | |
| 6 | + | container_name: opengist | |
| 7 | + | restart: unless-stopped | |
| 8 | + | ports: | |
| 9 | + | - "6157:6157" # HTTP | |
| 10 | + | - "2222:2222" # SSH | |
| 11 | + | volumes: | |
| 12 | + | - "$HOME/.opengist:/opengist" | |
Newer
Older