mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-29 18:41:19 +00:00
10 lines
169 B
YAML
10 lines
169 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
workspace-ubuntu:
|
||
|
image: ghcr.io/mentos1386/workspace-ubuntu:edge
|
||
|
ports:
|
||
|
- 0.0.0.0:22022:22/tcp
|
||
|
- 0.0.0.0:22022:22022/udp
|
||
|
|