I try to deploy an application with two custom volumes (one for log files, one for ini files).
If I run the container outside actyx everything works fine (I can see the log files and the application finds the ini files). But inside actyx nothing happens. Here’s my docker-compose.yml:
Next to ActyxOS everything works as expected.
How do I activate DEV_MODE?
After that how can I push data into ActyxOS (simply by changing the IP address into the docker container’s IP address?)
I solved it by myself.
The DEV_MODE can be activated by setting the environment variable AX_DEV_MODE=1
For pushing data into ActyxOS I had to change my container’s network into bridge