We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd1719 commit 11e15a4Copy full SHA for 11e15a4
README.md
@@ -13,20 +13,17 @@ version: '3'
13
services:
14
waky:
15
container_name: waky
16
- ports:
17
- - '8080:80'
18
- - '8443:443'
19
- - '6001:6001' # Websocket server
20
environment:
21
- PUID=1000
22
- PGID=1000
23
- - APP_URL=http://localhost:8080
+ - APP_URL=http://localhost
24
- TZ=Europe/Berlin
25
volumes:
26
- '/etc/localtime:/etc/localtime:ro'
27
- './data/config:/config' # Directory for sqlite database & .env
28
- './data/ssl/web:/etc/ssl/web' # Directory for ssl certificates
29
- image: 'ghcr.io/quadrubo/waky:latest'
+ image: 'ghcr.io/quadrubo/waky:main'
+ network_mode: host
30
restart: unless-stopped
31
```
32
0 commit comments