init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
alpine:
|
||||
build:
|
||||
context: ./alpine
|
||||
volumes:
|
||||
- ./app:/app
|
||||
- ./exchange:/app/exchange
|
||||
tty: true
|
||||
privileged: true
|
||||
extra_hosts:
|
||||
- "dev:192.168.9.221"
|
||||
|
||||
Reference in New Issue
Block a user