9 lines
172 B
YAML
9 lines
172 B
YAML
version: "3.4"
|
|
services:
|
|
web:
|
|
image: ghcr.io/smartstore/smartstore-linux
|
|
container_name: smartstore_btcpay
|
|
ports:
|
|
- "80:80"
|
|
restart: unless-stopped
|