You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/docker-compose.yml

14 lines
246 B

version: '3.7'
services:
devdocs:
build:
context: .
dockerfile: Dockerfile-dev
args:
USER_ID: ${USER_ID:-0}
GROUP_ID: ${GROUP_ID:-0}
volumes:
- ${PWD}:/home/devuser
ports:
- "9292:9292"