11 lines
211 B
YAML
11 lines
211 B
YAML
|
services:
|
||
|
forward:
|
||
|
build: .
|
||
|
restart: unless-stopped
|
||
|
environment:
|
||
|
HOST: "https://chisel.example.com"
|
||
|
LOCAL_PORT: "8080"
|
||
|
REMOTE_PORT: "8080"
|
||
|
USER: "user"
|
||
|
TOKEN: "token"
|