File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,10 @@ See instructions to run Wallos below.
114
114
``` bash
115
115
docker run -d --name wallos -v /path/to/config/wallos/db:/var/www/html/db \
116
116
-v /path/to/config/wallos/logos:/var/www/html/images/uploads/logos \
117
- -e TZ=Europe/Berlin -e PUID=82 -e PGID=82 - p 8282:80 --restart unless-stopped \
117
+ -e TZ=Europe/Berlin -p 8282:80 --restart unless-stopped \
118
118
bellamy/wallos:latest
119
119
```
120
120
121
- Note: PUID and PGUID are optional, defaults to 82. Will let you run as an arbitrary user.
122
-
123
121
### Docker Compose
124
122
125
123
```
@@ -131,9 +129,6 @@ services:
131
129
- "8282:80/tcp"
132
130
environment:
133
131
TZ: 'America/Toronto'
134
- # PUID and PGUID are optional, defaults to 82. Will let you run as an arbitrary user.
135
- # PUID: 82
136
- # PGID: 82
137
132
# Volumes store your data between container upgrades
138
133
volumes:
139
134
- './db:/var/www/html/db'
Original file line number Diff line number Diff line change 1
1
<?php
2
- $ version = "v2.45.0 " ;
2
+ $ version = "v2.45.1 " ;
3
3
?>
You can’t perform that action at this time.
0 commit comments