mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 10:58:22 +08:00
9 lines
144 B
YAML
9 lines
144 B
YAML
app:
|
|
build: .
|
|
container_name: http-proxy
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
ports:
|
|
- 8888:8888
|
|
restart: always
|