# your application, listening on port specified in `SITES` env variable
myapp:
image:nginx
volumes:
ssl_data:
```
start using
```Bash
docker-compose up -d
```
Both cases will work when request to `yourdomain.com` will reach just-deployed nginx (so when it will be running on your server, with correctly defined DNS entry).