Skip to content

Commit

Permalink
docs: Change default container registry to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed May 30, 2023
1 parent cdf797f commit 9fabc2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes of this project will be documented in this file.
- [ghcr.io/mangatsu/web](https://github.com/Mangatsu/server/pkgs/container/server)

### Added
- Add a more secure logic to handle CORS
- More secure logic to handle CORS
- An env `MTSU_STRICT_ACAO` ('true' or 'false') to disable or enable it

### Changed
Expand Down
4 changes: 2 additions & 2 deletions docs/docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
backend:
hostname: mtsuserver
image: luukuton/mangatsu-server:latest
image: ghcr.io/mangatsu/server:latest
user: 1000:1000 # should have access to the volumes. For data dir, both read and write is required. For libraries only read is required.
ports:
- '5050:5050' # container:host
Expand Down Expand Up @@ -59,7 +59,7 @@ services:

frontend:
hostname: mtsuweb
image: luukuton/mangatsu-web:latest
image: ghcr.io/mangatsu/web:latest
ports:
- '3030:3030' # container:host
restart: always
Expand Down
4 changes: 2 additions & 2 deletions docs/docker-compose.rclone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
backend:
hostname: mtsuserver
image: luukuton/mangatsu-server:latest
image: ghcr.io/mangatsu/server:latest
user: 1000:1000
ports:
- '5050:5050' # container:host
Expand Down Expand Up @@ -32,7 +32,7 @@ services:

frontend:
hostname: mtsuweb
image: luukuton/mangatsu-web:latest
image: ghcr.io/mangatsu/web:latest
ports:
- '3030:3030' # container:host
restart: always
Expand Down

0 comments on commit 9fabc2c

Please sign in to comment.