Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakisM committed Feb 25, 2024
1 parent edd4fff commit 1c0f293
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,6 +1,6 @@
services:
backend:
image: zakism/general-notifier:latest
image: zakism/general-notifier:master
depends_on:
- playwright
environment:
Expand All @@ -9,7 +9,7 @@ services:
- ./general_notifier_data:/app/data

playwright:
image: zakism/general-notifier-playwright:latest
image: zakism/general-notifier-playwright:master
ports:
- "127.0.0.1:8050:8050"
restart: always

0 comments on commit 1c0f293

Please sign in to comment.