Guest User

docker-compose.yml

a guest
Aug 7th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. version: '3.9'
  2.  
  3. services:
  4. web:
  5. restart: always
  6. image: php:7.4-apache
  7. ports:
  8. - '8080:80'
  9. volumes:
  10. - ./GaladrielMap:/var/www/html
  11. - ./apache2_galadrielmap.conf:/etc/apache2/conf-enables/apache2_galadrielmap.conf
  12.  
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment