patch, docker compose build
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
stdin_open: true
|
||||
tty: true
|
||||
image: portainer/portainer
|
||||
restart: always
|
||||
ports:
|
||||
- "9000:9000/tcp"
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
|
||||
Reference in New Issue
Block a user