Skip to content

Commit d20e0c0

Browse files
Do not use VOLUME
Signed-off-by: YashTatkondawar <[email protected]>
1 parent 40661d0 commit d20e0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN usermod -aG www-data root
4242

4343
ENV FLEDGE_ROOT=/usr/local/fledge
4444

45-
VOLUME /usr/local/fledge/data
45+
# VOLUME /usr/local/fledge/data
4646

4747
# Fledge API and Fledge GUI ports
4848
EXPOSE 8081 1995 80

0 commit comments

Comments
 (0)