revert soft-serve to 0.6.2

This commit is contained in:
Daylin Morgan 2023-11-08 11:43:45 -06:00
parent c1341f56e9
commit a1cc6f8170
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,8 @@ services:
soft-serve:
container_name: soft-serve
image: charmcli/soft-serve:v0.7.2
image: charmcli/soft-serve:v0.6.2
restart: unless-stopped
volumes:
- ./soft/data:/soft-serve
ports:
@ -28,7 +29,6 @@ services:
- 23232:23232
- 23233:23233
- 9418:9418
restart: unless-stopped
networks:
caddy: