mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-02 08:15:51 +03:00
10 lines
173 B
YAML
10 lines
173 B
YAML
services:
|
|
reproxy-external:
|
|
build: .
|
|
container_name: reproxy-external
|
|
hostname: reproxy-external
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- ./assets:/web
|