mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-29 15:04:25 +01:00
10 lines
145 B
YAML
10 lines
145 B
YAML
version: '2'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: ./docker/app
|
|
container_name: controller_patcher
|
|
volumes:
|
|
- .:/opt/project
|