You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now access the dev-server using the IP address to your virtual machine on
38
-
port 8080 - e.g. http://192.168.1.1:8080.
38
+
port 9000 - e.g. http://192.168.1.1:9000.
39
+
If you've activated the :ref:`manifest.json versioning <load-manifest-files>` you need additional configuration to alter the url used in your templates to the ``dev-server``:
40
+
41
+
.. code-block:: javascript
42
+
43
+
Encore
44
+
.setManifestKeyPrefix('build/')
45
+
46
+
When you're using the ``dev-server`` in a docker container, configure accordingly and bind the port from the ``dev-server`` (default 8080) onto a port on the host and provide this port --public parameter above.
0 commit comments