GoPlayground/docker-compose.yaml

10 lines
185 B
YAML
Raw Permalink Normal View History

2021-10-23 19:51:48 +00:00
services:
go-playground:
build: .
container_name: go-playground
restart: always
ports:
2021-10-23 19:52:31 +00:00
- 127.0.0.1:8888:8000
2021-10-25 04:28:53 +00:00
# volumes:
# - ./conf.json:/src/conf.json