mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-09 14:59:26 +01:00
8 lines
196 B
YAML
8 lines
196 B
YAML
version: "3"
|
|
services:
|
|
web:
|
|
volumes:
|
|
- ./override.txt:/var/www/html/index.html:ro,z
|
|
- ./override.txt:/var/www/html/index2.html:z
|
|
- ./override.txt:/var/www/html/index3.html
|