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
hi, i try to use environment variables in docker compose file but not works. pls let me know how to solve it. thx
version: "3" services: briefing: image: holtwick/briefing:latest restart: always container_name: briefing user: 1000:1000 ports: - 8080:8080 volumes: - ./docker/app/data:/app/data environment: - BRIEFING_SHOW_INVITATION_HINT=0 - BRIEFING_SHOW_INVITATION=0 - BRIEFING_ROOM_PATH=/room/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
i try to use environment variables in docker compose file but not works. pls let me know how to solve it. thx
version: "3"
services:
briefing:
image: holtwick/briefing:latest
restart: always
container_name: briefing
user: 1000:1000
ports:
- 8080:8080
volumes:
- ./docker/app/data:/app/data
environment:
- BRIEFING_SHOW_INVITATION_HINT=0
- BRIEFING_SHOW_INVITATION=0
- BRIEFING_ROOM_PATH=/room/
The text was updated successfully, but these errors were encountered: