Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z authored Nov 27, 2024
1 parent 619a9af commit 81da12f
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,7 +1,7 @@
---
services:
romaji-renamer:
image: arialz/romaji-renamer:dev
image: arialz/romaji-renamer
container_name: romaji-renamer
environment:
- PUID=1000
Expand All @@ -10,4 +10,4 @@ services:
volumes:
- /path/to/script/config:/config:rw
- /path/to/pmm/config:/pmm:rw
restart: no
restart: no

0 comments on commit 81da12f

Please sign in to comment.