Hello again,
I have again the same problem. Thie Ip adress of my OMV system changed.
I deployed now swag as you adviced me some weeks ago with the compose included in OMV but this does not work.
I did formard the port 443 to 443 on my router with the UP adress of my OMV system.
What did I do wrong ?
Here is the my swag YML :
---
# https://github.com/linuxserver/docker-swag
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Paris
- EMAIL=hmouras@gmail.com
- URL=my-domain
- SUBDOMAINS=wildcard
- VALIDATION=duckdns
- DUCKDNSTOKEN=my-token
volumes:
- /srv/dev-disk-by-uuid-92231eb7-e8d7-49e4-8445-0aaa5c450b26/config/swag:/config
ports:
- 443:443
- 80:80 #optional
restart: unless-stopped
Display More
The error message is :
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-a4573920-1223-409f-95b0-eb4903d28617/containers/swag/swag.yml' --env-file '/srv/dev-disk-by-uuid-a4573920-1223-409f-95b0-eb4903d28617/containers/swag/swag.env' --env-file '/srv/dev-disk-by-uuid-a4573920-1223-409f-95b0-eb4903d28617/containers/global.env' up -d 2>&1': Container swag Starting
Error response from daemon: driver failed programming external connectivity on endpoint swag (e4d4793bcc276bae2586dc3b49492363fdb7c684800b7325b4e84892bd455193): failed to bind port 0.0.0.0:443/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-a4573920-1223-409f-95b0-eb4903d28617/containers/swag/swag.yml' --env-file '/srv/dev-disk-by-uuid-a4573920-1223-409f-95b0-eb4903d28617/containers/swag/swag.env' --env-file '/srv/dev-disk-by-uuid-a4573920-1223-409f-95b0-eb4903d28617/containers/global.env' up -d 2>&1': Container swag Starting
Error response from daemon: driver failed programming external connectivity on endpoint swag (e4d4793bcc276bae2586dc3b49492363fdb7c684800b7325b4e84892bd455193): failed to bind port 0.0.0.0:443/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use in /usr/share/openmediavault/engined/rpc/compose.inc:693
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatusbO...', '/tmp/bgoutputqA...')
#1 /usr/share/openmediavault/engined/rpc/compose.inc(696): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceCompose->doCommand(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doCommand', Array, Array, 1)
#6 {main}
What is wrong with?
Thanks,
Harold