This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/docker-compose.web.yml
2022-12-04 23:04:18 +01:00

10 lines
203 B
YAML

version: '2.2'
services:
web:
image: nginx:alpine
environment:
- VIRTUAL_HOST=faulty.nl
- LETSENCRYPT_HOST=faulty.nl
volumes:
- /srv/www/faulty.nl:/usr/share/nginx/html