add README
This commit is contained in:
12
docker-compose.yml
Executable file
12
docker-compose.yml
Executable file
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
home:
|
||||
image: mrflutters/home:1.0.0
|
||||
restart: always
|
||||
networks:
|
||||
- web
|
||||
container_name: Fluttershub_home
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
Reference in New Issue
Block a user