diff --git a/docker-compose.yml b/docker-compose.yml index a723ed6..e1d47a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ --- services: romaji-renamer: - image: arialz/romaji-renamer:dev + image: arialz/romaji-renamer container_name: romaji-renamer environment: - PUID=1000 @@ -10,4 +10,4 @@ services: volumes: - /path/to/script/config:/config:rw - /path/to/pmm/config:/pmm:rw - restart: no \ No newline at end of file + restart: no