Compare commits

..

2 Commits

Author SHA1 Message Date
b8fbee578e Update readme 2023-09-26 18:30:52 +02:00
c1fb42b537 Update docker compose to latest 2023-09-26 18:29:49 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@
# Important for existing users:
Tranga just had a complete rewrite. Old settings, tasks, etc. will not work.
For the time being the docker-tag `latest` will be the old, discontinued branch. `cuttingedge` is the active branch and
will soon be moved to the `latest` branch. There is no migration-tool. Make a backup of old files.
~~For the time being the docker-tag `latest` will be the old, discontinued branch.~~ `cuttingedge` is the active branch and
will soon be moved to the `latest` branch (This is now the case). There is no migration-tool. Make a backup of old files.
<!-- TABLE OF CONTENTS -->
<details>

View File

@ -1,7 +1,7 @@
version: '3'
services:
tranga-api:
image: glax/tranga-api:cuttingedge
image: glax/tranga-api:latest
container_name: tranga-api
volumes:
- ./Manga:/Manga
@ -10,7 +10,7 @@ services:
- "6531:6531"
restart: unless-stopped
tranga-website:
image: glax/tranga-website:cuttingedge
image: glax/tranga-website:latest
container_name: tranga-website
ports:
- "9555:80"