mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
10 lines
151 B
YAML
10 lines
151 B
YAML
version: "3.3"
|
|
services:
|
|
ga-proxy:
|
|
image: stilleshan/ga-proxy
|
|
container_name: ga-proxy
|
|
ports:
|
|
- 12345:80
|
|
restart: always
|
|
|
|
|