Can i run my domain like a normal website like a WordPress website in domain.com if i am running n8n.domain.com using docker?

jaison@saharagroundwater:~$ sudo restart Nginx
sudo: restart: command not found
jaison@saharagroundwater:~$ pm2 restart ecosystem.config.js
[PM2] Applying action restartProcessId on app [n8n](ids: [ 0 ])
[PM2] n8n
┌─────┬────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user
│ watching │
├─────┼────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ n8n │ default │ N/A │ fork │ 7074 │ 0s │ 410 │ online │ 0% │ 4.0kb │ jaison
│ disabled │
└─────┴────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
jaison@saharagroundwater:~$ sudosudo systemctl restart nginx restart Nginx
-su: sudosudo: command not found
jaison@saharagroundwater:~$ pm2 restart ecosystem.config.js
[PM2] Applying action restartProcessId on app [n8n](ids: [ 0 ])
[PM2] n8n
┌─────┬────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user
│ watching │
├─────┼────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ n8n │ default │ N/A │ fork │ 7128 │ 0s │ 414 │ online │ 0% │ 808.0kb │ jaison
│ disabled │
└─────┴────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
jaison@saharagroundwater:~$ pm2 start n8n
[PM2] Applying action restartProcessId on app [n8n](ids: [ 0 ])
[PM2] n8n
[PM2] Process successfully started
┌─────┬────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user
│ watching │
├─────┼────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ n8n │ default │ N/A │ fork │ 7159 │ 0s │ 416 │ online │ 0% │ 4.0kb │ jaison
│ disabled │
└─────┴────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
jaison@saharagroundwater:~$ sudo systemctl restart nginx
jaison@saharagroundwater:~$ pm2 restart ecosystem.config.js
[PM2] Applying action restartProcessId on app [n8n](ids: [ 0 ])
[PM2] n8n
┌─────┬────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user
│ watching │
├─────┼────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ n8n │ default │ N/A │ fork │ 7266 │ 0s │ 424 │ online │ 0% │ 4.0kb │ jaison
│ disabled │
└─────┴────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘