fix: renombrar a compose.yaml y quitar image para Dockge
This commit is contained in:
parent
19aaeb8619
commit
4193336775
2 changed files with 10 additions and 9 deletions
9
compose.yaml
Normal file
9
compose.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
chat-ui:
|
||||
build: .
|
||||
container_name: webchatv2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./public/config.js:/usr/share/nginx/html/config.js:ro
|
||||
Loading…
Add table
Add a link
Reference in a new issue