diff --git a/compose.yaml b/compose.yaml index f28e9d7..e648246 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,9 +1,9 @@ services: jmespath-playground: build: . - image: skoszewski/jmespath-playground + image: skoszewski/jmespath-playground:latest ports: - "3000:3000" environment: - NODE_ENV=production - restart: unless-stopped \ No newline at end of file + restart: unless-stopped