GoPlayground/docker-compose.yaml

10 lines
182 B
YAML
Raw Normal View History

2021-10-23 19:51:48 +00:00
services:
go-playground:
build: .
container_name: go-playground
restart: always
ports:
- 127.0.0.1:18000:8000
volumes:
- ./conf.json:/src/conf.json