Skip to content

Commit 70ce326

Browse files
Merge pull request #31 from fledge-iot/FOGL-5142
Removed the use of VOLUME
2 parents df5db52 + 527dbd4 commit 70ce326

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)