mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-19 09:51:47 +02:00
FIXES #35: now support multiple composer files
This commit is contained in:
@@ -2,6 +2,12 @@ version: '3'
|
||||
services:
|
||||
web1:
|
||||
env_file: ./12.env
|
||||
labels:
|
||||
- l1=v2
|
||||
- l2=v2
|
||||
environment:
|
||||
mykey1: myval2
|
||||
mykey2: myval2
|
||||
|
||||
web2:
|
||||
image: busybox
|
||||
|
Reference in New Issue
Block a user