mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
13 lines
231 B
YAML
13 lines
231 B
YAML
services:
|
|
app:
|
|
entrypoint:
|
|
- sleep
|
|
- infinity
|
|
image: docker/dev-environments-javascript:stable-1
|
|
init: true
|
|
volumes:
|
|
- type: bind
|
|
source: /var/run/docker.sock
|
|
target: /var/run/docker.sock
|
|
|