mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-12-21 19:30:45 -06:00
revert soft-serve to 0.6.2
This commit is contained in:
parent
c1341f56e9
commit
a1cc6f8170
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue