Update Docker examples (#74)

This commit is contained in:
Slava 2024-11-20 14:15:24 +02:00 committed by GitHub
parent e341deac68
commit 842fc3b28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,5 @@
--name codex-marketplace-ui \
--net=host \
-e 'APP_PORT=3000' \
-p 3000:3000 \
codexstorage/codex-marketplace-ui:latest
```