mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-12-22 03:40:44 -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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue