mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
api & web: ports in env are no longer strictly required
This commit is contained in:
@ -17,7 +17,6 @@ services:
|
||||
#- 127.0.0.1:9000:9000
|
||||
|
||||
environment:
|
||||
- apiPort=9000
|
||||
# replace apiURL with your instance's target url in same format
|
||||
- apiURL=https://co.wuk.sh/
|
||||
# replace apiName with your instance's distinctive name
|
||||
@ -48,7 +47,6 @@ services:
|
||||
#- 127.0.0.1:9001:9001
|
||||
|
||||
environment:
|
||||
- webPort=9001
|
||||
# replace webURL with your instance's target url in same format
|
||||
- webURL=https://cobalt.tools/
|
||||
# replace apiURL with preferred api instance url
|
||||
|
Reference in New Issue
Block a user