Skip to content

Commit 127bf6f

Browse files
committed
fix(docker-compose): Update container name to match production environment
1 parent 5bd2945 commit 127bf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
deno:
33
build: .
4-
container_name: kepler-bot-canary
4+
container_name: kepler-bot-prod
55
restart: always
66
environment:
77
TOKEN: ${TOKEN}

0 commit comments

Comments
 (0)