11 lines
183 B
YAML
11 lines
183 B
YAML
|
version: "3.3"
|
||
|
services:
|
||
|
app:
|
||
|
environment:
|
||
|
- HTTP_PROXY=1.2.3.4:8080
|
||
|
image: repository:version
|
||
|
ports:
|
||
|
- 8080:80
|
||
|
volumes:
|
||
|
- /etc/localtime:/etc/localtime
|