feat: Adds port to env and compose.
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
image: docker.io/tomsquest/docker-radicale
|
image: docker.io/tomsquest/docker-radicale
|
||||||
container_name: radicale
|
container_name: radicale
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:5232:5232
|
- "${RADICALE_PORT:-5232}:5232"
|
||||||
init: true
|
init: true
|
||||||
read_only: true
|
read_only: true
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|||||||
Reference in New Issue
Block a user