Advertisement
Guest User

Untitled

a guest
Feb 5th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. FROM joomla
  2. COPY . /var/www/html
  3. EXPOSE 80
  4. RUN chown -R www-data:www-data /var/www/html
  5. RUN chmod -R 755 /var/www/html
  6.  
  7. ENV JOOMLA_DB_HOST=172.17.0.1
  8. ENV JOOMLA_DB_USER=nazwa_usera
  9. ENV JOOMLA_DB_PASSWORD=jego_hasło
  10. ENV JOOMLA_DB_NAME=nazwa_usera #to nie mój pomysł, tak było w configuration.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement