mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
f758e9328f
This reverts commit 7164c29dd4.
11 lines
175 B
YAML
11 lines
175 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
revanced:
|
|
image: nikhilbadyal/docker-py-revanced
|
|
container_name: revanced-builder
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- .:/app:z
|