GoPlayground/docker-compose.yaml

10 lines
182 B
YAML

services:
go-playground:
build: .
container_name: go-playground
restart: always
ports:
- 127.0.0.1:18000:8000
volumes:
- ./conf.json:/src/conf.json