22 lines
348 B
YAML
22 lines
348 B
YAML
services:
|
|
paste:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
|
|
image: 'thek4n/thek4n.ru'
|
|
|
|
pull_policy: build
|
|
|
|
container_name: 'thek4n.ru'
|
|
|
|
ports:
|
|
- 8081:80
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
- "/etc/timezone:/etc/timezone:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "./configs:/configs"
|