mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
12 lines
220 B
YAML
12 lines
220 B
YAML
version: "3"
|
|
services:
|
|
tinyproxy:
|
|
image: stilleshan/tinyproxy
|
|
container_name: tinyproxy
|
|
ports:
|
|
- 8888:8888
|
|
# volumes:
|
|
# - ./tinyproxy.conf:/etc/tinyproxy/tinyproxy.conf
|
|
restart: always
|
|
|