-
Notifications
You must be signed in to change notification settings - Fork 60
Special Proxmox considerations
Don Richards edited this page Apr 29, 2022
·
1 revision
Add a domain name in the .env file DOMAIN=islandora.traefik.me
make -B docker-compose.yml
make build
make up
Link the public DNS entry with the local IP address of the VM. This can be done by editing the "/etc/host" on most machines.
- Open terminal.
- Use the nano command line text editor or a different one you have available to open the hosts file. The command with nano is as follows (the command will require your Linux user password)
sudo nano /etc/hosts
- Add the appropriate changes in the hosts file.
Example: 127.0.0.1 islandora.traefik.me Use the Control and 'x' key combination to save the changes.
Original Content came from this Google Discussion: ISLE on Proxmox VM