Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman-compose config optimize #1030

Open
Gloryandel opened this issue Sep 6, 2024 · 0 comments
Open

podman-compose config optimize #1030

Gloryandel opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Gloryandel
Copy link

podman-compose version 1.2.0
podman version 5.2.2

podman-compose config

services:
  librespeed:
    container_name: librespeed
    environment:
      CUSTOM_RESULTS: 'false'
      DB_TYPE: sqlite
      PASSWORD: scwx602942
      TZ: Asia/Shanghai
    hostname: Arc
    image: lscr.io/linuxserver/librespeed:latest
    ports:
    - 6080:80❗
    restart: unless-stopped

The indentation of the port field seems to be abnormal. But it does not affect the use.
The original file content is as follows:

---
services:
  librespeed:
    image: lscr.io/linuxserver/librespeed:latest
    container_name: librespeed
    hostname: Arc
    environment:
      - TZ=Asia/Shanghai
      - PASSWORD=ps
      - CUSTOM_RESULTS=false #optional
      - DB_TYPE=sqlite #optional
    ports:
      - 6080:80❗
    restart: unless-stopped
@Gloryandel Gloryandel added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant