Skip to content
Snippets Groups Projects
Commit 3e54e9a5 authored by Dick's avatar Dick
Browse files

[FIX] arm docker hub

parent 790e8cf9
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
version: '3.8' version: '3.8'
services: services:
proxy: proxy:
image: reallibrephotos/librephotos-proxy:test image: radicand/librephotos-proxy-arm:test
restart: always restart: always
volumes: volumes:
- ${myPhotos}:/data - ${myPhotos}:/data
...@@ -33,13 +33,13 @@ services: ...@@ -33,13 +33,13 @@ services:
command: postgres -c fsync=off -c synchronous_commit=off -c full_page_writes=off -c random_page_cost=1.0 command: postgres -c fsync=off -c synchronous_commit=off -c full_page_writes=off -c random_page_cost=1.0
frontend: frontend:
image: reallibrephotos/librephotos-frontend:latest image: radicand/librephotos-frontend-arm:latest
restart: always restart: always
depends_on: depends_on:
- backend - backend
backend: backend:
image: reallibrephotos/librephotos:latest image: radicand/librephotos-backend-arm:latest
restart: always restart: always
volumes: volumes:
- ${myPhotos}:/data - ${myPhotos}:/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment