mirror of
https://github.com/louislam/its-mytabs.git
synced 2026-01-18 02:39:16 -05:00
11 lines
257 B
YAML
11 lines
257 B
YAML
services:
|
|
app:
|
|
image: louislam/its-mytabs:1
|
|
ports:
|
|
# Host Port:Container Port
|
|
- "47777:47777"
|
|
volumes:
|
|
# Host Path:Container Path
|
|
- ./data:/app/data
|
|
restart: unless-stopped
|