Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
THE-L1NUX-USER authored Oct 4, 2022
1 parent 946834f commit f9a517a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3'
services:
revanced-builder:
container_name: revanced-builder
restart: unless-stopped
build:
context: ./
dockerfile: Dockerfile
volumes:
- ./revanced/:/app/revanced-builder/revanced/
ports:
- 8000:8000

0 comments on commit f9a517a

Please sign in to comment.