Skip to content

Commit

Permalink
docs: fix docs for npm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Nandan Sharma authored and Raj Nandan Sharma committed Dec 5, 2024
1 parent c8d4920 commit f91d65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3.7'
services:
kener:
image: rajnandan1/kener:release-candidate-0.0.16 # assuming this is final namespace/image
container_name: kener-rc
image: rajnandan1/kener:latest
container_name: kener
#env_file: .env #uncomment this, if you are using .env file
environment:
- TZ=Etc/UTC
Expand Down

0 comments on commit f91d65b

Please sign in to comment.