Skip to content

Commit

Permalink
fix(docker): image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Feb 29, 2024
1 parent 58f839c commit 59e9153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
whatsbot:
image: registry.gitlab.com/wcyat/whatsbot
image: registry.gitlab.com/wc-yat/whatsbot
container_name: whatsbot
restart: unless-stopped
build:
Expand Down Expand Up @@ -56,4 +56,4 @@ services:
- ./data:/data/db
networks:
whatsbot-network:
driver: bridge
driver: bridge

0 comments on commit 59e9153

Please sign in to comment.