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: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: 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