mirror of
https://github.com/linuxserver/docker-fleet.git
synced 2026-02-04 00:33:51 +08:00
Update run
Set default port to 8080 when app runs. Can be overridden via config file if necessary.
This commit is contained in:
parent
ac67acd453
commit
76af0761dd
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc /usr/bin/java -Dfleet.config.base=/config -jar /app/fleet/fleet.jar
|
||||
s6-setuidgid abc /usr/bin/java -Dfleet.config.base=/config -Dfleet.app.port=8080 -jar /app/fleet/fleet.jar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user