Auto generate ports #53
vishalkadam47
started this conversation in
Feature Request
Replies: 2 comments
-
Or, at least display a list of current alloted ports, ala the way that Unraid does. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can give some clarifications here: When you annotate a port in compose like version: "3.3"
services:
fenrus:
container_name: Fenrus
environment:
- TZ=Pacific/Auckland
ports:
- 3000
volumes:
- /data/fenrus:/app/data
restart: unless-stopped
image: revenz/fenrus:latest
networks: {}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to Auto generate ports to avoid conflicts
Beta Was this translation helpful? Give feedback.
All reactions