bin/docker-compose.yml

11 lines
208 B
YAML
Raw Normal View History

2023-03-04 03:39:13 +01:00
version: '3'
services:
server:
build:
context: '.'
dockerfile: Dockerfile
ports:
- '${APP_PORT:-8080}:${APP_PORT:-8080}'
volumes:
- './usercontent:/opt/code/usercontent'