mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-24 14:28:46 +00:00
- a few other minor fixes. - removed RVPNMAIN - there is a bunch of other clean up I want to do…
16 lines
220 B
YAML
16 lines
220 B
YAML
version: '2.0'
|
|
services:
|
|
rvpn:
|
|
build: rvpn/.
|
|
ports:
|
|
- "8443:8443"
|
|
entrypoint:
|
|
- ./start.sh
|
|
expose:
|
|
- "8843"
|
|
volumes:
|
|
- $GOPATH/:/go
|
|
- ../:/go-rvpn-server
|
|
|
|
|