dockerfiles/ga-proxy/docker-compose.yml

10 lines
151 B
YAML
Raw Permalink Normal View History

2021-06-08 20:46:29 +08:00
version: "3.3"
services:
2021-06-13 22:28:12 +08:00
ga-proxy:
image: stilleshan/ga-proxy
container_name: ga-proxy
ports:
- 12345:80
2021-06-08 20:46:29 +08:00
restart: always
2021-06-13 22:28:12 +08:00