8 lines
167 B
YAML
8 lines
167 B
YAML
version: '3'
|
|
services:
|
|
notepad:
|
|
container_name: "gh-proxy"
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9096:80"
|
|
image: hub.ncc.cx/fghwett/gh-proxy:latest |