site updates

This commit is contained in:
Henry Dollman
2024-07-12 14:03:16 -04:00
parent 477428149a
commit 2ef3846199
7 changed files with 167 additions and 22 deletions

View File

@@ -26,8 +26,8 @@ export function AddServerButton() {
function copyDockerCompose(port: string) {
copyToClipboard(`services:
agent:
image: 'henrygd/ubik-agent'
container_name: 'ubik-agent'
image: 'henrygd/quoma-agent'
container_name: 'quoma-agent'
restart: unless-stopped
ports:
- '${port}:45876'