mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
change docker compose to use image
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user