Bump to 0.6.0
This commit is contained in:
parent
a8b17677b1
commit
dd7dfe35cc
2 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
# FROM superseriousbusiness/gotosocial:latest
|
# FROM superseriousbusiness/gotosocial:latest
|
||||||
FROM superseriousbusiness/gotosocial:0.5.0-rc2
|
# FROM superseriousbusiness/gotosocial:0.5.0-rc2
|
||||||
|
FROM superseriousbusiness/gotosocial:0.6.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gotosocial:
|
gotosocial:
|
||||||
image: superseriousbusiness/gotosocial:latest
|
build: .
|
||||||
container_name: gotosocial
|
container_name: gotosocial
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
networks:
|
networks:
|
||||||
|
@ -17,11 +17,11 @@ services:
|
||||||
- "443:8080"
|
- "443:8080"
|
||||||
#- "80:80"
|
#- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ~/gotosocial/data:/gotosocial/storage
|
- gotosocial_data:/gotosocial/storage
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
gotosocial_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gotosocial:
|
gotosocial:
|
||||||
ipam:
|
|
||||||
driver: default
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue