first commit
This commit is contained in:
8
compose.yml
Normal file
8
compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
container_name: rootxwire
|
||||
ports:
|
||||
- "8032:80"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user