GoPlayground/docker-compose.yaml

10 lines
181 B
YAML

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