init here
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
srab:
|
||||
build: .
|
||||
tty: true
|
||||
ports:
|
||||
- "1337:1337"
|
||||
volumes:
|
||||
- ./var:/app/var
|
||||
Reference in New Issue
Block a user