1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/docker-compose.yml
2020-11-16 15:48:51 +07:00

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