To run on Apple Silicon (M1), the following :
FROM postgres:9.6
needs to be :
FROM arm64v8/postgres:9.6
for reasonable performance.
comanage-registry-docker/comanage-registry-postgres/Dockerfile
Line 19 in 80df834
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To run on Apple Silicon (M1), the following :
FROM postgres:9.6
needs to be :
FROM arm64v8/postgres:9.6
for reasonable performance.
comanage-registry-docker/comanage-registry-postgres/Dockerfile
Line 19 in 80df834
The text was updated successfully, but these errors were encountered: