Bump to 0.6.0

This commit is contained in:
Glenn Y. Rolland 2022-12-15 14:06:14 +01:00
parent a8b17677b1
commit dd7dfe35cc
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,6 @@
# FROM superseriousbusiness/gotosocial:latest
FROM superseriousbusiness/gotosocial:0.5.0-rc2
# FROM superseriousbusiness/gotosocial:0.5.0-rc2
FROM superseriousbusiness/gotosocial:0.6.0

View File

@ -2,7 +2,7 @@ version: "3.3"
services:
gotosocial:
image: superseriousbusiness/gotosocial:latest
build: .
container_name: gotosocial
user: 1000:1000
networks:
@ -17,11 +17,11 @@ services:
- "443:8080"
#- "80:80"
volumes:
- ~/gotosocial/data:/gotosocial/storage
- gotosocial_data:/gotosocial/storage
restart: "always"
volumes:
gotosocial_data:
networks:
gotosocial:
ipam:
driver: default