25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
368B

  1. services:
  2. app:
  3. build: .
  4. ports:
  5. - "8080:80"
  6. volumes:
  7. - .:/var/www/html
  8. env_file: .env
  9. extra_hosts:
  10. # Maps the PrintStream server hostname inside the container.
  11. # Set PRINTSTREAM_HOST to the server's IP address in .env
  12. # (Docker cannot resolve Windows LAN hostnames by name).
  13. - "KCI-PS-2024:${PRINTSTREAM_HOST}"

Powered by TurnKey Linux.