Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 453ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
w

wordpress

Recently created Least recently created Recently updated Least recently updated
supanadit

supanadit / docker-compose-wordpress.yaml

Last active 9 hours ago wordpress docker traefik

Wordpress simple docker compose setup for Docker

0 0 1
1 networks:
2 default:
3 name: pratama-network
4 external: true
5
6 services:
7 wordpress:
8 image: bitnami/wordpress:6
9 container_name: wordpress
10 labels: