We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
podman-compose version 1.2.0
podman version 5.2.2
podman-compose config
The indentation of the port field seems to be abnormal. But it does not affect the use.
The original file content is as follows:
The text was updated successfully, but these errors were encountered: