docker: changed docker hub image location

This commit is contained in:
Shyam Sunder 2019-11-26 19:13:10 -05:00
parent 6f549cf2db
commit 0a5279c2c1

View file

@ -6,7 +6,7 @@ version: '2'
services: services:
server: server:
image: rrdash/szurubooru-server:latest image: szurubooru/server:latest
depends_on: depends_on:
- sql - sql
- elasticsearch - elasticsearch
@ -32,7 +32,7 @@ services:
- "${MOUNT_DATA}:/data" - "${MOUNT_DATA}:/data"
- "./server/config.yaml:/opt/app/config.yaml" - "./server/config.yaml:/opt/app/config.yaml"
client: client:
image: rrdash/szurubooru-client:latest image: szurubooru/client:latest
depends_on: depends_on:
- server - server
environment: environment: