Skip to content

Commit

Permalink
install wordpress2.container
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand authored Oct 20, 2024
1 parent 6982a54 commit 7c8d4cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions systemd/wordpress2.container
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Unit]
Description=Wordpress 2
After=mariadb.container
Wants=mariadb.container

[Container]
ContainerName=wordpress2
Expand All @@ -21,3 +23,6 @@ Secret=WORDPRESS2_NONCE_SALT,type=env,target=WORDPRESS_NONCE_SALT
Secret=WORDPRESS2_SECURE_AUTH_KEY,type=env,target=WORDPRESS_SECURE_AUTH_KEY
Secret=WORDPRESS2_SECURE_AUTH_SALT,type=env,target=WORDPRESS_SECURE_AUTH_SALT
Volume=wordpress2:/var/www/html/wp-content:z

[Install]
WantedBy=multi-user.target default.target

0 comments on commit 7c8d4cb

Please sign in to comment.