File: docker-compose_two_nets_compat.yaml

package info (click to toggle)
podman-compose 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,004 kB
  • sloc: python: 10,946; sh: 107; javascript: 48; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
services:
  web:
    image: busybox
    command: httpd -f -p 8123 -h /tmp/

networks:
  net0: {}
  net1: {}

x-podman:
  default_net_behavior_compat: true