mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
11 lines
204 B
YAML
11 lines
204 B
YAML
version: '3'
|
|
services:
|
|
www:
|
|
restart: always
|
|
build:
|
|
context: .
|
|
dockerfile: docker/www/Dockerfile
|
|
ports:
|
|
- ${EXPOSE}:80
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|