This commit is contained in:
Henry Dollman
2024-07-12 20:12:50 -04:00
parent 998fa6e03a
commit aacaf2f04f
17 changed files with 77 additions and 28 deletions

View File

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