mirror of
https://github.com/remnawave/subscription-page.git
synced 2026-05-13 12:06:39 +00:00
9 lines
166 B
YAML
9 lines
166 B
YAML
services:
|
|
remnawave-subscription-page:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- '127.0.0.1:3010:3010'
|