Skip to content

Commit

Permalink
Use port 5001, Postgres 17
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 19, 2024
1 parent 028faf5 commit e62100e
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
Expand Up @@ -31,7 +31,7 @@ services:
image: ghcr.io/project-zot/zot-linux-arm64:latest
container_name: zot
ports:
- 5000:5000
- 5001:5000
hostname: zot

linux:
Expand All @@ -53,5 +53,5 @@ services:
tar -zxf oras_1.2.0_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/local/bin/
rm -rf oras_1.2.0_*.tar.gz oras-install/
pg-start 16 rsync jq
pg-start 17 rsync jq
tail -f /dev/null

0 comments on commit e62100e

Please sign in to comment.