mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-10-31 04:57:39 +09:00 
			
		
		
		
	Bot Updating Templated Files
This commit is contained in:
		| @@ -96,7 +96,7 @@ services: | |||||||
|       - PGID=1000 |       - PGID=1000 | ||||||
|       - TZ=Europe/London |       - TZ=Europe/London | ||||||
|     volumes: |     volumes: | ||||||
|       - </path/to/appdata/config>:/config |       - /path/to/appdata/config:/config | ||||||
|     ports: |     ports: | ||||||
|       - 80:80 |       - 80:80 | ||||||
|       - 443:443 |       - 443:443 | ||||||
| @@ -113,7 +113,7 @@ docker run -d \ | |||||||
|   -e TZ=Europe/London \ |   -e TZ=Europe/London \ | ||||||
|   -p 80:80 \ |   -p 80:80 \ | ||||||
|   -p 443:443 \ |   -p 443:443 \ | ||||||
|   -v </path/to/appdata/config>:/config \ |   -v /path/to/appdata/config:/config \ | ||||||
|   --restart unless-stopped \ |   --restart unless-stopped \ | ||||||
|   lscr.io/linuxserver/heimdall:latest |   lscr.io/linuxserver/heimdall:latest | ||||||
| ``` | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user