Fedora 39 podman compose support

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-03-24 22:26:47 -05:00
parent 717bca7d79
commit 644736c20b
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -1,4 +1,3 @@
---
networks: networks:
jenkins: jenkins:
external: false external: false
@ -16,4 +15,4 @@ services:
version: 2.0 version: 2.0
volumes: volumes:
jenkins_home: {} jenkins_home: {}
...