Browse Source

fix(infra): fix docker-compose.yml

pull/48/head
isra el 1 year ago
parent
commit
3a2b714fdd
  1. 2
      docker-compose.yaml

2
docker-compose.yaml

@ -1,6 +1,6 @@
services: services:
textbee-web: textbee-web:
image: ghcr.io/vernu/textbee/api:latest
image: ghcr.io/vernu/textbee/web:latest
container_name: textbee-web container_name: textbee-web
build: build:
context: ./web context: ./web

Loading…
Cancel
Save