patch, docker compose build

This commit is contained in:
Mikayla Dobson
2023-09-22 16:43:43 -05:00
parent 94fa2f9417
commit fffc7ca3a1

View File

@@ -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"