1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-28 23:31:47 +02:00
awesome-compose/sparkjava/.docker/docker-compose.yaml

10 lines
174 B
YAML
Raw Normal View History

services:
sparkjava:
build:
context: sparkjava
target: dev-envs
ports:
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock