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

View file

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