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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue