Find the proper driver at the NVidia website.
Note: Make sure to select "Linux 64-bit" as your OS
Hit the "Search" button.
Find the proper driver at the NVidia website.
Note: Make sure to select "Linux 64-bit" as your OS
Hit the "Search" button.
# WARNING: Replace the example passwords with secure secrets. | |
# WARNING: 'my_secret_phpipam_pass' and 'my_secret_mysql_root_pass' | |
version: '3' | |
services: # serviceセッションに具体なテナント構成が記載されている | |
phpipam-web: # 1つ目はphpipamのウェブアプリそのもの | |
image: phpipam/phpipam-www:latest # 最新のイメージファイルを使用する | |
ports: | |
- "80:80" # ホストポート番号:コンテナポート番号の順で定義されている、ホストポート番号があれば、外部からもアクセスできる |