13 lines
No EOL
194 B
YAML
13 lines
No EOL
194 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: base
|
|
container_name: go-watch
|
|
volumes:
|
|
- ./:/config
|
|
ports:
|
|
- "8080:8080" |