change docker compose to use image

This commit is contained in:
2021-09-06 18:11:37 +02:00
parent afdff3a90c
commit 95e24f3413

View File

@@ -2,7 +2,7 @@ version: '3'
services: services:
ics-proxy: ics-proxy:
container_name: ics-proxy container_name: ics-proxy
build: . image: 13hannes11/ics-proxy
env_file: .env env_file: .env
ports: ports:
- "8080:8080" - "8080:8080"