mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 18:09:20 +08:00
port 80 should not be exposed since it can be changed
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
4ae556422a
commit
c88696809a
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ FROM caddy:2.5.1-alpine as caddy
|
|||
|
||||
FROM debian:bullseye-20220527-slim
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
RUN mkdir -p /mnt/data; \
|
||||
chown www-data:www-data /mnt/data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue