Verpflegungsmehraufwand Formular
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
456 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. # How to build and run the whole thing
  2. $ cd compose
  3. $ docker-compose up
  4. # How to use it
  5. Go to localhost:6655 to see what the php server serves.
  6. In the
  7. compose/docker-compose.yaml
  8. file you can specify another port, too.
  9. Under
  10. overlay/opt
  11. you find the directory which is on the container itself.
  12. Build and change the project there, having the running container.
  13. To list your running container issue
  14. docker ps -a