docker: changed docker hub image location
This commit is contained in:
parent
6f549cf2db
commit
0a5279c2c1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
server:
|
||||
image: rrdash/szurubooru-server:latest
|
||||
image: szurubooru/server:latest
|
||||
depends_on:
|
||||
- sql
|
||||
- elasticsearch
|
||||
|
@ -32,7 +32,7 @@ services:
|
|||
- "${MOUNT_DATA}:/data"
|
||||
- "./server/config.yaml:/opt/app/config.yaml"
|
||||
client:
|
||||
image: rrdash/szurubooru-client:latest
|
||||
image: szurubooru/client:latest
|
||||
depends_on:
|
||||
- server
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue