mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 13:48:44 +00:00
11 lines
166 B
YAML
11 lines
166 B
YAML
|
version: "3.4"
|
||
|
|
||
|
services:
|
||
|
gowebtemplate:
|
||
|
image: gowebtemplate
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: ./Dockerfile
|
||
|
ports:
|
||
|
- 3001:7745
|