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: # Important for existing users:
Tranga just had a complete rewrite. Old settings, tasks, etc. will not work. 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 ~~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. 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 --> <!-- TABLE OF CONTENTS -->
<details> <details>

View File

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